PDA

View Full Version : Trying to enter a full url to a javascript program and having trouble


agilent
09-29-2007, 07:16 PM
I am trying to enter the full url to a javascript program and I am having trouble.

I can enter the full url to a php file launched program with no problem. Like for example, to enter the full url to launch the arcade mod I have installed, I set the full url to http://www.domainname.com/forums/arcade.php in my navbar link and if you click it, that program launches with no problem.

Okay, my question is this, I have a program called RadioandTV and when you right click the link and select properties to get the url, it says javascriptpenRadioAndTV() and I don't know how to go about finding the full url. I know where the file is located, it is located in http://www.domainname.com/forums
However, if I enter http://www.domainname.com/forums/javascriptpenRadioAndTV() it says page not found?

I realize this question may be in the wrong area, but I am just trying to figure this out. I welcome any help.

--------------- Added at 20:22 ---------------

Okay, I have the full url to the radioandtv.php file and when I enter in the full url of http://www.domainname.com/radioandtv.php the program launches with no problem.

Okay, what I am trying to do is get the program to launch in a new window. What would you enter in the full url to get the RadioandTV program to launch in a new window?

snakes1100
09-29-2007, 07:37 PM
in the "a href tag" , use "target=_blank" to have the link open in a new window.

agilent
09-30-2007, 02:40 AM
Thanks Snake.