Multiple Submit Button On HTML Form

Whatever November 3rd, 2008

Identifying the submit button in the server side
The name and value of the button that is used to submit the form is passed along with the other data to the server script. For the button above, when you click on the submit button, the data passed to the server side script is mysubmit=Click!
Having Multiple Submit buttons
You can have more than one submit button in a form. But, how to identify from the server side which button submitted the form?

One way is to have different names for the submit buttons.

1
2
<INPUT type="submit" name="Insert" value="Insert">
<INPUT type="submit" name="Update" value="Update">

Read the rest of this entry »

Sphere: Related Content

Tags: ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Make Ticker With Marquee and Stop onMouseover

Uncategorized, Whatever October 12th, 2008

Today, I tried to make ticker with stop on mouse over effect. I search on google n find it…

Thatata… Just put this script, and let’s custom your own text to ticker.

<marquee behavior=”scroll” direction=”left” onmouseover=”this.stop();” onmouseout=”this.start();”>Go on… hover over me!</marquee>

I think you can ticker data from database to. I’ll used it on my big project. GBU^^

Sphere: Related Content

Tags: , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

My Portable Hard Drive

Whatever September 3rd, 2008

~Syalala..

Hehe Today, I just bought external or portable harddrive. After looking around my country, finaly i got that i want. Good prize and good things :) . I choose Western Digital Elements 160GB. Hmm.. for design looks simple but thats not important. I just need on functionally.

Read the rest of this entry »

Sphere: Related Content

Tags:
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

I Got a Job

Whatever September 1st, 2008

Wow… It’s Very incredible.. hehe. I’m very happy. I got a Job as Web Programmer on PT. Semesta Indovest. I went to Jakarta on last Thursday for second Interview with directions and finally my apply approved. I start to work on October 6th, 2008. I must prepare for a week and move to Jakarta. I’ll miss my working room in Yogyakarta.. hu9.

bye my lovely city :(

Working working and working :-P

My Recent Working Room

My Recent Working Room

Sphere: Related Content

Tags: ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Java Script For Fun [Part2]

Whatever August 12th, 2008

One more… and I got this trick from my friend again.. with this trick you can make some image on your website became rotated. I don’t know how it work. I just try and shocking^^. Let’s try it with following the instruction below:

1. First open any web page that have any image. For example: http://google.com, click on image tab.

2. Then search any image that you want. For example: frog
Read the rest of this entry »

Sphere: Related Content

Tags: , , ,
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Blogroll Link Update