i need to find someone who knows about redirect codes and preferrably someone who had worked with gaming league pages!!! please IM me ASAP (ashleyr1586) I really need some help!!!!!!!
I realllly Need Some Help NOWWWWWWWWWWWWW?internet explorer download
that's a request, not a question, silly!
I realllly Need Some Help NOWWWWWWWWWWWWW?windows xp internet explorer
It's so simple to redirect. You can use client-side code (i.e JavaScript) in HTML page, or use a server-side code (like PHP).
Client-side code:
%26lt;script type="text/javascript"%26gt;
document.location = 'www.your-new-site.com/some-page';
%26lt;/script%26gt;
If you want to redirect based on some condition, then use this code:
%26lt;script type="text/javascript"%26gt;
if( condition-goes-here ) {
document.location = 'www.your-new-site.com/some-page';
}
Server-side script in PHP:
%26lt;?php
header( "Location: www.your-new-site.com/some-page" );
?%26gt;
May be you can search at project assignment help website like http://askexpert.info/ .
No comments:
Post a Comment