Go Back   Forums > Community Chatterbox > Tech Corner > Programming
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 09-02-2006, 01:33 PM   #1
swiss
who's not Swiss
 
swiss's Avatar

 
Join Date: Jun 2005
Location: Velen, Germany
Posts: 711
Default

Hey guys,

I need two scripts for a homepage I am currently changing. It is completely based on Perl, PHP, JavaScript and HTML. There is nothing I can change about the base-scripting...

1.
I want to have a dynamic "hint of the day"-thingy. Everytime the page is loaded (or reloaded) another hint should appear on the page. The hints could probably be stored in a CSV-File and the HTML Code must include something like "pic a random hint and display it on the page". Can anyone help me with that ? I would be probably enough to know how to generate a random number between 1 and 30 in PHP or alike and how to read item number *whatever* of the CSV-File.


2.
I have a dynamically generated page with a radiobutton called "_lowres vakue=0" and another called "_lowres value=1 checked". Now I need a script or something that can be put beneath the dynamic call that changes the property of button 1 to checked and button 2 to - well - nothing. Like this:

Current page:
<input type=radio name=_lowres value=0>Layoutbild

<input type=radio name=_lowres value=1 checked>Feinbild


That's what I want it to be:
<input type=radio name=_lowres value=0 checked >Layoutbild

<input type=radio name=_lowres value=1>Feinbild


is there a call like "set property of button "_lowres value=0" to checked" (that's how it would work with AppleScript ....

Thank a lot in advance!!!!!

Cheers,


swiss
swiss is offline                         Send a private message to swiss
Reply With Quote
 


Similar Threads
Thread Thread Starter Forum Replies Last Post
Html Calendar Nick Programming 2 15-10-2006 07:54 AM
More Html Help Bobbin Threadbare Tech Corner 29 14-03-2006 02:33 PM
Html Question Kon-Tiki Programming 21 19-02-2006 01:08 AM
How To Use Java Vm In Windows Xp? The Fifth Horseman Tech Corner 19 27-07-2005 10:29 PM
Java Kon-Tiki Tech Corner 50 13-12-2004 12:19 AM


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 


The current time is 10:20 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.