User Profile

Collapse

Profile Sidebar

Collapse
nydiow
nydiow
Last Activity: Mar 24 '10, 01:03 PM
Joined: Mar 23 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nydiow
    replied to Firefox Compatibility
    After read a little, i tried that...

    Code:
    function submitItOrder( sForm,sOrder )
    {
        // Coloca o comando no hide
        if ( document.getElementById )
        {
    	//idForm = eval( "document.all." + sForm );
    	if ( sOrder != "" )
    	{
    	    document.getElementById(cmd).value = "PgInicio";
    	    document.getElementById(pag).value = 0;
    	    document.getElementById(idOrder).value
    ...
    See more | Go to post

    Leave a comment:


  • nydiow
    started a topic Firefox Compatibility

    Firefox Compatibility

    Hi guys

    Im having problems with one of my JScripts to support Firefox (works fine in IE)

    So...

    Code:
    function submitItOrder( sForm,sOrder )
    {
        // Coloca o comando no hide
        if ( document.all )
        {
    	idForm = eval( "document.all." + sForm );
    	if ( sOrder != "" )
    	{
    	    idForm.cmd.value = "PgInicio";
    	    idForm.pag.value
    ...
    See more | Go to post
No activity results to display
Show More
Working...