Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 12 of 12
Search took 0.05 seconds.
Search: Posts Made By: blast
Forum: Ajax and Design 01-31-2008, 03:40 PM
Replies: 1
Views: 2,560
Posted By blast
toggle() more or less [text]

Hello All,

I am trying to find some help on using prototype/scriptaculous toggle()


<div>
Initial Text of the paragraph
<div style="display: none;" id="jan1">
whatever more text i want...
Forum: JavaScript programming 01-16-2008, 09:25 PM
Replies: 2
Views: 2,924
Posted By blast
is there JS that would clear cache on page load?

The title pretty much describes it all, but once again

Does anyone know any kind of JS function that I can place on page load that would clear the cache on that page that its on?
Forum: JavaScript programming 01-14-2008, 08:38 PM
Replies: 11
Views: 1,259
Posted By blast
deleted my cache and now it seems to work for IE...

deleted my cache and now it seems to work for IE 6 and 7.

so weird...

thanks so much..I think that did it..

wow...lol
Forum: JavaScript programming 01-14-2008, 08:34 PM
Replies: 11
Views: 1,259
Posted By blast
thanks, but that only worked for IE 6... ...

thanks, but that only worked for IE 6...

when i used this...


if (window.innerWidth) // FF, Netscape, Safari..etc
{
var y = window.innerHeight;
window.scrollTo('0',y);
}
Forum: JavaScript programming 01-14-2008, 07:55 PM
Replies: 11
Views: 1,259
Posted By blast
I was just thinking, maybe im too vague. ...

I was just thinking, maybe im too vague.

lets forget that the URL has a variable in it..the variable is just used to have a div show() when the variable is passed....


now, this div that is...
Forum: JavaScript programming 01-14-2008, 07:50 PM
Replies: 11
Views: 1,259
Posted By blast
sorry...that somewhat worked.. I just need...

sorry...that somewhat worked..

I just need to find out how to get the page to load and the scroll bar to be at the bottom of the page.
Forum: JavaScript programming 01-14-2008, 06:58 PM
Replies: 11
Views: 1,259
Posted By blast
cant just do that...I have a variable.... so...

cant just do that...I have a variable....

so the URL would be something like blahblah.com/foo.php?var=bar

the only thing kind of easy is that the page should just go to the bottom where the...
Forum: JavaScript programming 01-11-2008, 08:39 PM
Replies: 11
Views: 1,259
Posted By blast
Could i see an example? i have some ajax...

Could i see an example?

i have some ajax on page 2 to do all the hide/show for these panels, but i need for page 1 to tell page 2 which one to have open by default

?var=foo



so your...
Forum: JavaScript programming 01-11-2008, 08:21 PM
Replies: 11
Views: 1,259
Posted By blast
Can JS be used to do the same thing as <a name="bla"></a>

OK...


here is the situation. I have one page that I am passing a variable...(php code by the way)...

so page1.php?var=foo

goes to page2.php and uses the var to open up a div that has...
Forum: Ajax and Design 01-09-2008, 05:36 PM
Replies: 1
Views: 1,824
Posted By blast
Scriptaculous Help

I have a function to show a div based on the image that is clicked...here is the JS:

function showSection(strList,id)
{
// <![CDATA[
var id;
var aList = strList.split(",");
for (i = 0; i...
Forum: JavaScript programming 01-07-2008, 09:30 PM
Replies: 2
Views: 539
Posted By blast
Thank you so much...that works..no errors... ...

Thank you so much...that works..no errors...

its funny my thought was to do it on load, but i couldnt figure it out...so thank you very much!
Forum: JavaScript programming 01-07-2008, 08:35 PM
Replies: 2
Views: 539
Posted By blast
Macintosh javascript help needed...

ok, so I am in the middle of a little dilema.


I have a section on a site which i used a show / hide with prototype:

CODE:


function showSection(strList,id)
{
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT +1. The time now is 04:50 PM.