Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Execute Javascript via <A HREF

Status
Not open for further replies.

james0816

Programmer
Joined
Jan 9, 2003
Messages
295
Location
US
I know...probably an easy question but i'm a newbie on the Java side.

How do you do it?
 
Thx...one more thing....can you use a PHP variable embedded inside a javascript?

(I.E. I want to use the Window.Open to open a new window. The address of which is supplied via a MySQL DB.

 
of course. PHP is done rendering output before it's sent to the client. JavaScript won't operate until (in this case) the user clicks a link.



*cLFlaVA
----------------------------
[tt]"quote goes here"[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top