Ask a Question related to ASP.NET General, Design and Development.
-
Richard Hatt #1
Modal Windows in VS.Net2003
I have been making modal browser windows in ASP.Net by
adding
onblur="javascript:self.focus()"
to the <Body> tag, as this works across different
browsers.
However, since upgrading to VS.Net2003, this <Body>
attribute stops the focus going to any textbox on the
form. You can't click on a textbox and enter any data!
If I remove this <Body> attribute, it all works again
(but obviously the window is no longer modal).
Has anyone else found this, or know why it's changed?
Richard Hatt Guest
-
Modal Window in Safari 1.2 \1.3
Hi All, The 'Modal' window in my web applications does not work in Safari. Is there any way to make this function work in Safari ? or can any one... -
Help with Modal WIndows
Hi, I am workng on a page that has a link and by clicking on this link, a modal window comes up. This modal window has a form that user fills out... -
Modal Dialog
Hi <base target="_self"> Or place a iframe in the dialog and host the page there -- Best Regards Vidar Petursson... -
please, read this exact problem in accessing java webservice from .NET client through VS.NET2003
Hi Mr. Dino Thank you very much for responding I am using VS.NET 2003 only. I am able to access otherwebservice hosted on internet. (samples... -
Modal window
I have a Flash form (form A) with lots of buttons and other components such as comboboxes on it. Another Flash form (form B) can be opened from the...



Reply With Quote

