Search Results

Showing results 1 to 25 of 25
Search took 0.01 seconds.
Search: Posts Made By: MaxMumford ; Forum: JavaScript / DHTML / AJAX and child forums
Forum: JavaScript / DHTML / AJAX Oct 25th, 2009
Replies: 4
Views: 847
Posted By MaxMumford
thanks for the reply and advice airshow. I had thought of having the drop down menu's automated using a database but by the time i had got to the branch page, the unique content for each page would...
Forum: JavaScript / DHTML / AJAX Oct 24th, 2009
Replies: 4
Views: 847
Posted By MaxMumford
Hi all,

I'm creating different pages on a website for each branch in the country for a business. The way the user gets to their branch is through a dreamweaver generated jump menu.

My question...
Forum: JavaScript / DHTML / AJAX Aug 14th, 2008
Replies: 2
Views: 599
Posted By MaxMumford
That worked fine, thanks for the help.
Forum: JavaScript / DHTML / AJAX Aug 14th, 2008
Replies: 2
Views: 599
Posted By MaxMumford
Hi all,

I am trying to edit this script (http://www.dynamicdrive.com/dynamicindex8/ddwindowlinks.js) so that it not only changes offsite targets to _blank, but also changes their href from their...
Forum: JavaScript / DHTML / AJAX Aug 14th, 2008
Replies: 3
Views: 3,665
Posted By MaxMumford
That worked thanks. (I used the last one)
Forum: JavaScript / DHTML / AJAX Aug 14th, 2008
Replies: 3
Views: 3,665
Posted By MaxMumford
Hi all.

I basically need to know how to get a link's href value using the getelementbytagname code and storing that value in a variable so it can be used later in the same function.

Thanks,
...
Forum: JavaScript / DHTML / AJAX Aug 12th, 2008
Replies: 3
Views: 1,569
Posted By MaxMumford
What I have done so far is added a couple of simple lines in.

Old Code:
assigntarget:function(){
var rexcludedomains=new RegExp(this.excludedomains.join("|"), "i")
var...
Forum: JavaScript / DHTML / AJAX Aug 12th, 2008
Replies: 3
Views: 1,569
Posted By MaxMumford
Ahh okay that makes sense. The only problem is that the link will expect that the target frame is on the same page, however I need to edit the url of the link and change it like this:

origional:...
Forum: JavaScript / DHTML / AJAX Aug 11th, 2008
Replies: 3
Views: 1,569
Posted By MaxMumford
Hi all,

I found a script on dynamic drive that makes all links linking to a page that is on another website open in a _blank window. (http://www.dynamicdrive.com/dynamicindex8/newwindow2.htm)

I...
Forum: JavaScript / DHTML / AJAX Jul 13th, 2008
Replies: 1
Views: 728
Posted By MaxMumford
Hey,

Simple javascript problem:

user enters desired domain name into "domain" field and submits, php scripts check if domain is available. If it is, a paypal add to basket button is written...
Forum: JavaScript / DHTML / AJAX Jun 13th, 2007
Replies: 1
Views: 1,508
Posted By MaxMumford
i think i write it a bit too .. confusingly lol heres a link to the less complicated version:

http://www.daniweb.com/forums/post387701.html#post387701

Max
Forum: JavaScript / DHTML / AJAX Jun 13th, 2007
Replies: 2
Views: 1,175
Posted By MaxMumford
Hi,

How do i check for a cookie using javascript, and then say if the cookie is found, write "this" or if the cookie is not found, write "that"?

Thanks,

Max Mumford.
Forum: JavaScript / DHTML / AJAX Jun 12th, 2007
Replies: 1
Views: 1,508
Posted By MaxMumford
Hi,

Im making a website which has a login system where if the user is logged in (cookie found) it displays extra buttons in the menu, and i was thinking we could use a document.write script which...
Forum: JavaScript / DHTML / AJAX Jun 10th, 2007
Replies: 2
Views: 10,431
Posted By MaxMumford
great, works a treat, thanks :)
Forum: JavaScript / DHTML / AJAX Jun 10th, 2007
Replies: 2
Views: 10,431
Posted By MaxMumford
Hi,

How do I change the value for a field in my form when sombody clicks in that field?

for example i have a field for "name" and it should say "name" in it, but when you click in it the value...
Forum: JavaScript / DHTML / AJAX Feb 22nd, 2007
Replies: 2
Views: 4,501
Posted By MaxMumford
Hi all,

Im doing my myspace profile and im using submit buttons in a form and the form action as the url for the page that the user gets taken to, however my external links dont work, and i also...
Forum: JavaScript / DHTML / AJAX Jan 31st, 2007
Replies: 2
Views: 3,628
Posted By MaxMumford
hi all,

I have a special type of gallery on my website (http://www.grafax.co.uk/newtest/gallery) which uses a javascript file to make a div tag hover over the gallery with the image inside of it....
Forum: JavaScript / DHTML / AJAX Jan 19th, 2007
Replies: 3
Views: 4,699
Posted By MaxMumford
Hi all,

I have some script which doesnt work at all in firefox or other browsers, and i was wondering how to make a browser checker script which checked if the user was using IE, and if they are,...
Forum: JavaScript / DHTML / AJAX Jan 19th, 2007
Replies: 3
Views: 1,570
Posted By MaxMumford
yeh sorry i just realised i posted in the wrong forum :S
Forum: JavaScript / DHTML / AJAX Jan 19th, 2007
Replies: 3
Views: 1,570
Posted By MaxMumford
Hi all,

I have some script which doesnt work at all in firefox or other browsers, and i was wondering how to make a browser checker script which checked if the user was using IE, and if they are,...
Forum: JavaScript / DHTML / AJAX Nov 14th, 2006
Replies: 8
Views: 2,014
Posted By MaxMumford
ah ok. How do i complete the DOCTYPE?
Forum: JavaScript / DHTML / AJAX Nov 14th, 2006
Replies: 8
Views: 2,014
Posted By MaxMumford
and ps:

thanks for the help with the border. i didnt think of looking at the content!
Forum: JavaScript / DHTML / AJAX Nov 14th, 2006
Replies: 8
Views: 2,014
Posted By MaxMumford
Ok, its just a maximise window script because all the tables get messed up when the window is not maximised.

grrr i dont like firefox. do you have any ideas on how i can change the code so it...
Forum: JavaScript / DHTML / AJAX Nov 14th, 2006
Replies: 8
Views: 2,014
Posted By MaxMumford
Ok, dwt is a dreamweaver template file. I have replaced it with a regular .htm file so go here so see the page:

http://www.themepics.co.uk/grafex/test

i have checked the css over and over...
Forum: JavaScript / DHTML / AJAX Nov 14th, 2006
Replies: 8
Views: 2,014
Posted By MaxMumford
Hi all,

I have a menu on my website and i got the code from a website called dynamicdrive.com, and the menu is based on css and a bit of javascript, with the menu content consisting of list...
Showing results 1 to 25 of 25

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC