Forum: JavaScript frameworks
02-19-2009, 05:02 PM
|
|
Replies: 0
Views: 2,859
sQuery if statement
OK..
Creating a Ken Burns effect slideshow using Tobia Conforto's CrossSlide (can be found here: http://www.gruppo4.com/~tobia/cross-slide.shtml) EXCELLENT script!
Using it on a page in a...
|
Forum: JavaScript programming
01-28-2009, 09:52 PM
|
|
Replies: 2
Views: 589
|
Forum: JavaScript programming
01-28-2009, 09:46 PM
|
|
Replies: 4
Views: 5,925
Maybe this will help?
----------------
...
Maybe this will help?
----------------
Parent window's content:
<b>iframe starts here</b><br><br>
<iframe src='iframe1.html'></iframe>
<br><br>
<b>iframe ends here</b>
|
Forum: JavaScript programming
01-28-2009, 07:11 PM
|
|
Replies: 3
Views: 1,644
Help with Java New Array Population!
I have this array
new Array(new Array(""), new Array("Cruises"), new Array("Honeymoons"), new Array("Tours/Land Packages")
),
I need it to populate a <select> option list on page load. ie:...
|