•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 402,950 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,775 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 1956 | Replies: 4
•
•
Join Date: Aug 2007
Posts: 154
Reputation:
Rep Power: 0
Solved Threads: 0
Hi everybody,
I am using a java script function which redirect to the page according to the given parameter, and it is working as desired in IE, but I found that it not work with Firefox browsers, so some one plz guide me how it is possible to have the same function which could work on IE and Mozilla firfox.
The function code:
Thanks
I am using a java script function which redirect to the page according to the given parameter, and it is working as desired in IE, but I found that it not work with Firefox browsers, so some one plz guide me how it is possible to have the same function which could work on IE and Mozilla firfox.
The function code:
<?php
function reDirect($page)
{
$s = "<script language = 'javascript'>
window.navigate('$page');
</script>";
return $s;
}
Thanks
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
apple beta bon browser browsers development echo email encryption eu europe firefox gecko internet internet explorer internet explorer 7 javascript leak linux memory microsoft mobile mozilla networking news nintendo open-source opera patch paypal pda phishing privacy safari scams security soccer social software spoof super testing url users web web browser webmail website development wii windows
- html/php form for .htaccess validation (PHP)
- windows explorer auto closes! (Windows Vista)
- redirect doesn't redirect without refresh (PHP)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: filesize check before upload
- Next Thread: Get coordinates?



Threaded Mode