Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Rohan #1
POST to javascript
Hi,
Is there any way to access variables that have been sent to a page via the URL
eg: [url]http://www.macromedia.com/messagepost.html?which_one=10.jpg[/url] and have
javascript access the value to load up the image?
Thanks
Ro
Rohan Guest
-
redirect but with post data - mimick form post behaviour
Any thoughts on how to mimic result of submitting form data via POST Method? I have some code that sanitizes some submitted formfields and i'd like... -
Property scope in Javascript Syntax [x-post]
Hello everyone! I define a property with getPropertyDescriptionList() with code like this: function getPropertyDescriptionList(me) { var PDL =... -
HELP: sending form in POST to window opened with Javascript. HOW?
I have a form that has to be sent to a mailing utility using POST method like this: formData.send("http://forms.melodysoft.com", "_blank",... -
sending form in POST to window opened with Javascript. HOW?
I have a form that has to be sent to a mailing utility using POST method like this: formData.send("http://forms.melodysoft.com", "_blank",... -
Sending POST data without Submit button or javascript.
Ok, say I have some data: $name = "Some Name" $email = "some@email.com" etc. I'd like to send these to a page as POST data, as if they were...



Reply With Quote

