Flash Games

 FAQ   Search   Members   Groups   User Control Panel      Login 

It is currently Mon Dec 01, 2008 5:50 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Need To Modifiy Java Code On a onclick Button Command
PostPosted: Sat Oct 04, 2008 8:52 pm 
Offline

Joined: Sat Oct 04, 2008 8:45 pm
Posts: 1
I need to modify the below code so instead going to the previous page I want to to the home page of the website (http://www.dubinphotos.com)
====================================
<BR><BR>
<CENTER><FORM><input type=button value="Back to File Upload" onclick="history.back();"></form></CENTER>
<BR><BR>
=====================================

I would really appreciate some help on this change.

Thanks,
ADubin

_________________
ADubin


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 07, 2008 3:16 am 
Offline
500+ Club
User avatar

Joined: Wed Feb 27, 2008 6:14 am
Posts: 729
Location: Cebu City Philippines
First of all, you should know by now, that JAVA is far different from Javascript.

Your problem is Javascript and not otherwise. I guess webmaster or some moderators will move this in the right place for you.

Secondly, you should be aware that center is a deprecated tag.

For your problem, replace highlighted:
<input type=button value="Back to File Upload" onclick="history.back();">

...with:
Code:
location.href='http://www.dubinphotos.com'


Hope that helps.

_________________
I will no longer entertain PMs which asks for help. Please use the public forum.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group - Flash Games
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User:
Pass:
Log me on automatically each visit: