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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pop up window

Status
Not open for further replies.

BettyJo50

Technical User
Apr 25, 2002
47
US
Hi.

Is it possible to use a Javascript pop-up window with PHP? I am trying to use a pop-up window and pass results of a vote to the pop-up window with PHP. (and of course, it's not working).

Thanks!!! :)

 
Yes it's possible, when you use the javascript just make the target of the window a .php file instead of a .html file.

Keep in mind while you're doing this all that javascript is client side and php is server side, don't mix the two, and you'll be fine.

-Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top