PDA

View Full Version : User location for non vb page


joeychgo
07-31-2004, 05:07 AM
is this possible? Id like a user location for some non vb pages on my site.

krohnathlonman
07-31-2004, 04:01 PM
basically what I've done on pages that are static is use an Iframe to basically a blank VB page and passed things like ?location=articleX&title=coolio

If they're dynamic pages then rewrite them to be VB compatible is actually the best route, but the first route I mentioned I use in a situation where I have static pages.

Liquid1ce
07-31-2004, 04:05 PM
:O nice