User Profile

Collapse

Profile Sidebar

Collapse
swatiminiyar
swatiminiyar
Last Activity: Jan 2 '09, 11:20 AM
Joined: Nov 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • swatiminiyar
    started a topic IE warning "Page has expired"
    in PHP

    IE warning "Page has expired"

    Hi all,
    I am getting a problem of Page expiration in IE .I have searched a lot on web.I got many results but not able to resolve my problem.

    I have a a form where i will write a article.I will specify its contents and title ans category and subcategory.By clicking on upload button i go to the page (page2.php) where i can upload the images for articles.I have a return button on click of which i come to previous page (page1.php)...
    See more | Go to post

  • problem in javascript form submission with mozilla

    I m using a form which is posted through javascript on click of a image.Its working fine in IE but not in mozilla.
    can anybody help me out?

    my code is



    Code:
     print("<form name=\"topPanelForm\" id=\"topPanelForm\" method=\"post\">");	 
    					 print("<input type=\"hidden\" name=\"sid\" id=\"sid\" value=\""
    ...
    See more | Go to post
    Last edited by acoder; Nov 12 '08, 02:09 PM. Reason: Added [code] tags

  • I have checked for errors in "mozilla" with fiebug.Its not giving any errors.I have given alerts in the to trace the execution of fun.but it simply not not entering in the for loop.Dont know why?...
    See more | Go to post

    Leave a comment:


  • MM_swapImgRestore() not working on Mozilla

    I am using using MM_swapImgResto re() fiunction for highlighting the selected tab.
    but this is working fine on IE and not working on mozilla .

    Onmouseout oif tabs im calling this function.

    Code:
    function MM_swapImgRestore()
    {   //v3.0 
       
       var i,x,a=document.MM_sr;
         for(i=0; a&&i<a.length&&(x=a[i])&&x.oSrc;i++) 
       { 
    		switch(document.topPanelForm.tabval.value)
    ...
    See more | Go to post
    Last edited by gits; Nov 12 '08, 08:54 AM. Reason: added code tags
No activity results to display
Show More
Working...