Log in

View Full Version : Passing variable via URL to custom php page?


l3it3r
04-15-2008, 02:03 AM
I've got a custom page that I use to display videos. Right now it has a drop down on it and I want to be able to send a url like: http://exampleurl.com/videos.php?video=blahblahblah to automatically load up the video. I can take care of the video loading issues, i just can't seem to get the dropdown value to change. I've tried a few different methods using javascript...

has anyone been successful in using something like this on vB?

-Chris

Dismounted
04-15-2008, 05:48 AM
You need to explain the problem more. What code are you using, and what happens?