Click here to Skip to main content
15,921,793 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Web based active directory login Pin
Gavin Jeffrey6-Oct-05 22:52
Gavin Jeffrey6-Oct-05 22:52 
QuestionCatching Iframe events Pin
Anonymous6-Oct-05 0:19
Anonymous6-Oct-05 0:19 
AnswerRe: Catching Iframe events Pin
Guffa6-Oct-05 0:29
Guffa6-Oct-05 0:29 
GeneralRe: Catching Iframe events Pin
iAtreyu6-Oct-05 3:52
iAtreyu6-Oct-05 3:52 
QuestionHow to "post " form variable to another windows ? Pin
neo_60535-Oct-05 20:20
neo_60535-Oct-05 20:20 
AnswerRe: How to "post " form variable to another windows ? Pin
enjoycrack6-Oct-05 10:21
enjoycrack6-Oct-05 10:21 
AnswerRe: How to "post " form variable to another windows ? Pin
Gavin Jeffrey6-Oct-05 23:42
Gavin Jeffrey6-Oct-05 23:42 
AnswerRe: How to "post " form variable to another windows ? Pin
Guffa8-Oct-05 1:07
Guffa8-Oct-05 1:07 
To post the data, you need a form. To have a form you need a page, so you have to output a page to the browser, containing a form. In the form you put hidden fields with the data you want to send.

Then you need to put a javascript in the page, that posts the form. Some users has disabled javascript, if you need to support them also, you would have to put a submit button in the form also, or they would just face a blank page.

---
b { font-weight: normal; }

QuestionJavascript Debugging Pin
hung_ngole5-Oct-05 15:37
hung_ngole5-Oct-05 15:37 
AnswerRe: Javascript Debugging Pin
minhpc_bk5-Oct-05 16:13
minhpc_bk5-Oct-05 16:13 
GeneralRe: Javascript Debugging Pin
hung_ngole5-Oct-05 18:37
hung_ngole5-Oct-05 18:37 
GeneralRe: Javascript Debugging Pin
minhpc_bk5-Oct-05 19:05
minhpc_bk5-Oct-05 19:05 
QuestionThere must be a better way Pin
wpcolleen5-Oct-05 0:36
wpcolleen5-Oct-05 0:36 
QuestionPrventing Some Html Tags being searched Pin
idreesbadshah4-Oct-05 21:35
idreesbadshah4-Oct-05 21:35 
QuestionError occur Pin
Chiari4-Oct-05 19:54
Chiari4-Oct-05 19:54 
AnswerRe: Error occur Pin
minhpc_bk4-Oct-05 22:46
minhpc_bk4-Oct-05 22:46 
GeneralRe: Error occur Pin
Chiari4-Oct-05 22:54
Chiari4-Oct-05 22:54 
QuestionHow to Display an empty String for DBNull Date Fields values in a GridView Pin
oneworld20024-Oct-05 8:08
oneworld20024-Oct-05 8:08 
Questioni need help Pin
ashishdubey19814-Oct-05 7:45
ashishdubey19814-Oct-05 7:45 
AnswerRe: i need help Pin
Vasudevan Deepak Kumar7-Oct-05 2:55
Vasudevan Deepak Kumar7-Oct-05 2:55 
Questionautopostback in <iFrame> Pin
Member 22985333-Oct-05 19:44
Member 22985333-Oct-05 19:44 
Questionusing iFrame to avoid flickering Pin
s091a3-Oct-05 15:10
s091a3-Oct-05 15:10 
AnswerRe: using iFrame to avoid flickering Pin
Dwane Wilters3-Oct-05 23:53
Dwane Wilters3-Oct-05 23:53 
QuestionRe: using iFrame to avoid flickering Pin
s091a4-Oct-05 8:08
s091a4-Oct-05 8:08 
QuestionHow to hide scrollbar in <select> box? Pin
bin_bin13-Oct-05 12:56
bin_bin13-Oct-05 12:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.