Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #31.8K
~4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

6 Posted Topics

Member Avatar for tootytoot

The window close in the suggestion will require a confirm if the page was not opened by a script. An alternative is to obtain the screen size and to moveto and resize the window to be ful screen.

Member Avatar for sbonder
0
221
Member Avatar for j4mes_bond25

It is all accomplished with CSS - The DIV styles are key in achieving what you want and the careful arrangement of the DIV locations and sizes.

Member Avatar for John.Nye
0
2K
Member Avatar for j4mes_bond25
Member Avatar for jtf27

The radio buttons are part of a from that may contain other data that will be transmitted to the next step in the process (these are my assumptions), so something like this would give the reults you need: <input type=radio name="somename" onClick=" form.action = 'destination URL 1'; "> Option 1 …

Member Avatar for John.Nye
0
123
Member Avatar for Eyitayo

You might consider a random number generation and the use of document.writeln to write an edited set of HTML into the page to select a Flash file based off the random number. This wouldn't need the preloading of all the Flash objects as suggested before.

Member Avatar for tgreer
0
2K
Member Avatar for symbollion

This suggests the script is looping and extending the time will probably not help. Have you tried debugging the script in Firefox to find the cause of the loop?

Member Avatar for John.Nye
0
73

The End.