Hi,
Is there any method to use PHP script varibles within JavaScript?:rolleyes:
with regards, thara
You'll first have to send them via GET and then retrieve them from the query string. Search around for "javascript query string" or something similar.