Click to See Complete Forum and Search --> : javascript help


MTec89
07-16-2003, 06:10 PM
i was wondering if it was possible to do somthing like this in javascript:

http://www.blah.com/scripts.html?show=whatever

and then have it pop up a javascript window

this can be done in php but i cant get php to work at all for me, so is this possible in javascript?

pyro
07-16-2003, 06:18 PM
I'm not sure what you are asking... could you please explain it better?

MTec89
07-16-2003, 06:23 PM
well i didnt want to come here and spam, but http://mtec89.ath.cx/scripts.html

see how i have the links popup windows?

i want to be able to give someone a link like

http://mtec89.ath.cx/scripts.html?show=alert

and have it load the scripts.html page, and popup the alert page as the scripts page loads

pyro
07-16-2003, 06:28 PM
You're right, it's best left to PHP, but if you are interested in javascript, you may want to look at http://www.infinitypages.com/research/querystring.htm It will take a bit of modefying to do what you need... You might also want to look at http://www.infinitypages.com/research/clientsidedivinclude.htm

MTec89
07-16-2003, 06:43 PM
i dont suppose i can get help doing this?

im not good at javascript

pyro
07-16-2003, 08:47 PM
What part do you need help with?

MTec89
07-16-2003, 11:27 PM
ill rephrase that statement

im not good at all with javascript