User Profile

Collapse

Profile Sidebar

Collapse
Parz
Parz
Last Activity: Nov 21 '06, 08:43 AM
Joined: Nov 2 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Parz
    started a topic Problem sending mail attachment in ASP

    Problem sending mail attachment in ASP

    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 ...
    See more | Go to post

  • 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..
    See more | Go to post

  • 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..
    See more | Go to post

  • Parz
    started a topic Validate the member name

    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..
    See more | Go to post

  • Parz
    started a topic Retrieving Drop down menu value

    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>...
    See more | Go to post

  • Parz
    replied to Display problem in firefox
    Hey thanks..I replaced the block wid blank..that seems to work...
    Thanks a lot
    See more | Go to post

    Leave a comment:


  • Parz
    replied to Display problem in firefox
    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';
    ...
    See more | Go to post

    Leave a comment:


  • Parz
    started a topic Display problem in firefox

    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
    See more | Go to post
No activity results to display
Show More
Working...