JavaScript interactive form in alert box? -


is possible put form alert box , display user? afterwards want submit data presume work same via 'post' method or such.

i had quick play around couldn't work, not on search engines either.

thanks help!

an alert box not editable. can use javascript create new browser window form in it.

general form this: window.open('url open','window name') fall foul of popup blockers if handle 'when' badly.

this quite nice simple walk through live examples http://www.pageresource.com/jscript/jwinopen.htm


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -