User Profile

Collapse

Profile Sidebar

Collapse
pavancognizant
pavancognizant
Last Activity: Jun 1 '07, 04:55 AM
Joined: May 31 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • whats the mapping of action in your web.xml if its *.do then put login.do in your action attribute of html form tag..... and also see if there is any exception in your server console....

    <html:form action="login.d o">...
    See more | Go to post

    Leave a comment:


  • pavancognizant
    replied to problem in html href
    i am copying the href getting generated and checking the size of it by pasting into text file, its hardly 5 KB, then also its not working.......
    See more | Go to post

    Leave a comment:


  • pavancognizant
    replied to problem in html href
    yes i am doing like thepage.html?na me1=value1&name 2=value2&name3= value3....... this , actually the problem is large number of name/value pair in href which causing the problem, is there any limitations on the number of name/value pairs we can give in href???...
    See more | Go to post

    Leave a comment:


  • pavancognizant
    replied to Form - click button to new page
    In input type specify the src attribute to your image for next and onclick call gotoRegister function.....

    <input type="image" name="" src="/next.gif" onclick="return gotoRegister()" >...
    See more | Go to post

    Leave a comment:


  • pavancognizant
    replied to problem in html href
    yeah i am dynamically changing the href of A element when user clicks on link, actually submitting the form would not sufice my need, i have to modify the href of A element, and the number of parameters i am adding to the href is huge, because of that it is not submitting the link to the server....
    See more | Go to post

    Leave a comment:


  • you can simulate submit button by using document.forms[0].submit() in your javascript function....
    See more | Go to post

    Leave a comment:


  • pavancognizant
    started a topic problem in html href

    problem in html href

    Hi,

    I am having a html table with lots of check box, and i am having a link in html on click of that i call a function and append all checkboxes with id value pair in href, not the problem is when the checkboxes are less, the <a href> is working fine, but if checkboxes are many, the href is not working, i mean IE does not post request to the server, nothing happens when i click on link, it really strange behaviour, do anyone...
    See more | Go to post
No activity results to display
Show More
Working...