Hi can somebody please help me..
I have a web page from which the new members can mail me with their details.What i have done is, I have created a form with all details and an attachment upload option,then on submit .It goes to the next page,which retrieves the values of all the fields..n sends it as a mail in the body..But am not bale to attach the path the user selects..I donno how to do.I cant retrieve the value of the path?How to do ...
User Profile
Collapse
-
Problem sending mail attachment in ASP
-
Minimizing the page displaces my table and image
Hi can anybody help meo ut..I have an asp page with two tables, one below the other and an image at d bottom ..when i view this page in the maximized view of the browser..everyt hing is in place.But when i try to minimize the page all the tables and images go here and there from their positions..Can somebody please help me.. -
Minimizing the browser the table and img position changes
Hi can anybody help meo ut..I have an asp page with two tables, one below the other and an image at d bottom ..when i view this page in the maximized view of the browser..everyt hing is in place.But when i try to minimize the page all the tables and images go here and there from their positions..Can somebody please help me.. -
Validate the member name
since am new to javascript i donno how to validate an input textbox of name..It should accept only A-Z and a-z and white space..can somebody help me do dis.. -
Retrieving Drop down menu value
Hi am facing problem in retrieving the value selected from drop down menu in one page from the next page..Am using the following code to populate the drop down menu with values form the database.
<td width="169" >
<select id="states" name="states" style="display: " >
<%
while not rsstate.eof %>
<option value="<%=rssta te("state")%>"> <%=rsstate("sta te")%></option>... -
Hey thanks..I replaced the block wid blank..that seems to work...
Thanks a lot -
Hey this is the function that i used to change the display
Code:function overseas() { document.getElementById('Country').style.display= this.checked?'none':'inline'; document.getElementById('th1').style.display = this.checked?'none':'inline'; document.getElementById('State').style.display = this.checked?'inline':'none'; document.getElementById('City').style.display = this.checked?'inline':'none';
Leave a comment:
-
Display problem in firefox
Hi am new to javscript.Am trying to display a row when a radio button is clicked and hide some oother row whena button is clicked.Using style.display.I t works fine in IE but creates probem in Firefox..Please help me
No activity results to display
Show More
Leave a comment: