Welcome, Guest
Sign in
Create account
Home
Home Page
Components
Buy & Sell
Freelance
Marketplace
Tutorials
Flash Tutorials
Games
Free Online Games
Community
Message Board
Home
Help
Search
Login
Register
Subscribe to
Our Feed
Follow Us
On Google +
Follow Us
On Twitter
Become a fan
On Facebook
Flash-DB
»
The Library
»
old Versions of Flash
»
Flash 5 ActionScript
»
getURL ("javascript
« previous
next »
Print
Pages: [
1
]
Author
Topic: getURL ("javascript (Read 1841 times)
Aaron
Server what's that
Posts: 5
getURL ("javascript
«
on:
09/04/02, 21:03 »
I have to use "POST" to a php file when using a javascript pop-up. Where do I put the POST in the javascript?
Logged
Flash-db
Administrator
Systems Administrator
Posts: 1876
Re:getURL ("javascript
«
Reply #1 on:
09/04/02, 21:29 »
You can't use "POST" when you are opening up a window with Javascript like that. (at least it's really difficult).
You should use "GET" - or basically attach the variables onto the end of the Query string, ie
www.somesite.com/someWindow.php?myVar=someValue&myOtherVar=someOtherValue
...
The 'GET' method is the same as just attaching variables/values onto the end of the query string as above.
Logged
Flash-DB
Print
Pages: [
1
]
« previous
next »
Flash-DB
»
The Library
»
old Versions of Flash
»
Flash 5 ActionScript
»
getURL ("javascript