is there a way to apply a line of javascript to CSS style sheet class? ie. i want to put this line of code: onFocus="this.select();"
to all input text boxes.
thanks.
How do i stop a key from being pressed? i can capture the event of the key being pressed on a list box or text field, but then how do i stop it from carrying out.
how can i reference document html title in netscape 4.5 / 4.7 with javascript?
document.title, self.title, window.title, window.document.title - all do NOT work....
I have a form, and a user should be able to edit records, and if they want to delete a field, (not an entire record) they can. why doesnt an update of a recordset accept empty strings?
thanks.
I am trying to replace line breaks in a memo field from an Access database. How can i read the line breaks in a memo field?
Why doesnt this code work?
<%= rstSearch2.Fields("subtitle").Value %><br>
<%= Replace(rstSearch2.Fields("text").Value, vbCrLf...
how do i call a field of a form on the current page, within ASP code?
eg.
<% sqlstring = "SELECT DISTINCT interest FROM main WHERE (interest Is Not Null AND type = " & [field on form] & ") ORDER BY main.interest;"
thanks.
window.back() and window.history.back() do not work in netscape 6. Anyone have any suggestions for what does work for a back button on a top frame in netscape 6?
why doesnt the following code work? im trying to close a popup window after sending a form to email.
<form name="form1" method="post" action="mailto:test@test.com" onSubmit="window.close()" enctype="text/plain" >
how do i close a frame named "top", and make the "main" frame appear in the whole page (without knowing the url/source of the main frame) ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.