Click to See Complete Forum and Search --> : Page does not rfresh upon clicking the tab
scorpionguy
10-10-2007, 12:10 PM
Hello,
I have a project where I have multiple tabs, when i am in one page and click on a tab it does not navigate to that page instead it shows the HTML code (in firefox) and remains in the same page (in IE ) but the http header shows the correct path and when i click refresh it shows me the correct page.
Anybody with any suggestions please...
harumph
10-10-2007, 12:29 PM
Can you please show us the script you are using to call this page?
scorpionguy
10-11-2007, 04:44 PM
This is a huge project and even i cant figure out where it is
patudzu
10-11-2007, 04:46 PM
How did you develop the tabs? By yourself or using any language feature? By the way, what is the website language?
scorpionguy
10-12-2007, 09:11 AM
How did you develop the tabs? By yourself or using any language feature? By the way, what is the website language?
The tabs were developed by HTML , CSS . I didnt develop them.. The website in in english
dtm32236
10-12-2007, 09:58 AM
The website in in english
i think that patudzu meant 'what programming language' (JavaScript, Java, PHP, ASP, Perl, etc...)
scorpionguy
10-12-2007, 11:29 AM
i think that patudzu meant 'what programming language' (JavaScript, Java, PHP, ASP, Perl, etc...)
OK .. its in Javascript
dtm32236
10-12-2007, 11:39 AM
in any case, you're going to have to figure out where the code comes from, and then provide it if we're going to be able to help you out.
patudzu
10-12-2007, 11:45 AM
I totally agree.
Just post the area where the javascript/dhtml is it.
Anway, it's easy to do tabs with dhtml using display style propery setting.
<a onclick="document.getElementById('tab2Hide').style='display:none';document.getElementById('tab2Show').style=' display:';">
scorpionguy
10-15-2007, 09:19 PM
Actually its like from many different javascript combined dynamically... so if anybody have encountered the same problem as mine then please let me know how you have solved it... or anybody read about the similar issue...
harumph
10-16-2007, 08:00 AM
Why don't you set up a referral page as a test and call that.
Then, have that page send it back to the page in question.