473,568 Members | 2,898 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Buttons

I have a string Input tag for a search function. By default, I gat a
button with "Submit Query" on it. But what if I want a button with
"Search" or just "submit" on it? What if I want a smaller button with
an arrow head or something else on it, How do I get those?

How do I get a button for "Login" or "Refresh" or "Run Applet"?

Also, I am doing my HTML coding using composer on a Linux desktop
running Mozella. I have it on a floppy diskette, but when I move to
Windows machine running Internet Explorer or Navigator I cannot get
Word or WordPad to read it. Any suggestions?

Regards
Jul 20 '05 #1
4 1852
"j jay" <ne*****@hotmai l.com> wrote in message
news:91******** *************** ***@posting.goo gle.com...
I have a string Input tag for a search function. By default, I gat a
button with "Submit Query" on it. But what if I want a button with
"Search" or just "submit" on it? What if I want a smaller button with
an arrow head or something else on it, How do I get those?
<input type="submit" name="Submit" value="Search">

In this example, the text "Search" will be displayed on the button.

If you want a button with an arrow head, you could do something like this:

<input type="submit" name="Submit" value="Search --&gt;">

Otherwise, you will need to use <input type="image">. See the HTML spec for
more:
http://www.w3.org/TR/html4/interact/forms.html#h-17.4

How do I get a button for "Login" or "Refresh" or "Run Applet"?
Not sure what you mean. Are talking about buttons in a Java Applet?

Also, I am doing my HTML coding using composer on a Linux desktop
running Mozella. I have it on a floppy diskette, but when I move to
Windows machine running Internet Explorer or Navigator I cannot get
Word or WordPad to read it. Any suggestions?


Yeah, don't use Linux. ;) I'm just kidding. The reason is because Linux
and Windows have different file systems. If you have any way to email the
file, that would work. Or if you can share it on a network, you could access
it from both PCs. Or you could FTP the file. But you're not going to be
able to use a diskette to pass the file between Linux and Windows.

Regards,
Peter Foti
Jul 20 '05 #2
"Peter Foti" <pe****@systoli cnetworks.com> writes:
it from both PCs. Or you could FTP the file. But you're not going to be
able to use a diskette to pass the file between Linux and Windows.


Um, I do that all the time. Linux has support for the 'vfat'
filesystem, which lets it read and write floppies for Windows. Just
remember to mount the floppy drive with that fs type and you'll be
fine.

--
Chris
Jul 20 '05 #3
"Chris Morris" <c.********@dur ham.ac.uk> wrote in message
news:87******** ****@dinopsis.d ur.ac.uk...
"Peter Foti" <pe****@systoli cnetworks.com> writes:
it from both PCs. Or you could FTP the file. But you're not going to be able to use a diskette to pass the file between Linux and Windows.


Um, I do that all the time. Linux has support for the 'vfat'
filesystem, which lets it read and write floppies for Windows. Just
remember to mount the floppy drive with that fs type and you'll be
fine.


I stand corrected. :)

-Peter
Jul 20 '05 #4
On Mon, 13 Oct 2003, Chris Morris wrote:
Um, I do that all the time. Linux has support for the 'vfat'
filesystem, which lets it read and write floppies for Windows.
Yup, agreed.
Just remember to mount the floppy drive with that fs type and
you'll be fine.


I have the impression that "mount" works that out for itself. That's
assuming the floppy was already formatted by Windoze...

It might depend on this magic in /etc/fstab,

/dev/fd0 /mnt/floppy auto noauto,owner,ku dzu 0 0

but I think that's standard in linux.
That's at the file system level. Don't forget there are also
discrepancies at the text-format level, e.g newline representation
and DOS end-of-file conventions. Some software is tolerant of both
conventions, whereas other software gets upset. YMMV.
Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
6620
by: Ralph Freshour | last post by:
Is it possible to inhibit the browser Back/Fwd buttons via PHP? Thanks...
4
422
by: Bob Lehmann | last post by:
Hi, I pretty sure I've seen this problem addressed before, but I can't find any references. The short story is that I have I have multiple submit buttons on a page, each providing different functionality. For example, I have a search option, a log in option and a save text option. I would like to handle the submits in the Click event...
2
2424
by: Aravind | last post by:
Hi folks. I have a form, frmHistory, which has 4 command buttons: Sort Title (cmdSortTitle), Sort Name (cmdSortName), Due Today (cmdDueToday), and Due List (cmdDueList). Sort Title and Sort Name uses VBA code, and sorts the form either ascending or descending, by title and by name respectively. Due Today and Due List uses macros, and...
5
5042
by: Lyn | last post by:
Hi, I hope someone can help. I have a main form which mostly fills the Access window. In the bottom half of this form I have a tab control to display various types of data related to the main form record. In each page of the tab control, there are three buttons: Add, Update, Delete. Any of these buttons will open another, smaller form...
0
8756
Denburt
by: Denburt | last post by:
This code is for a Toggle Button layout on a form, with this code you can set a number of toggle buttons visible and have multiple submenus that will stay hidden when not in use. My main menu is set up with this code and the way I set it up the first button is my search toggle button no submenu (this prevents a submenu from displaying when the...
4
1408
by: Ron | last post by:
I want to create 10 buttons on a form at runtime, the code below is only creating one button labeled 1. Any idea what I am doing wrong? Public Class Form1 Public code(10) As String Public buttons(10) As Button Const buttonwh As Integer = 30 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
3
1514
by: Ron | last post by:
Can anyone help me out? I am trying to add buttons numbered one through 10 at runtime to a form. I think they are getting added but they seem to be getting stacked one on top of each other. so I only see 1, and not the others. here is what I am doing can anyone tell me what I am doing wrong? Public Class Form1 Public buttons(9) As...
2
5881
by: dpazza | last post by:
Hi, I'm creating a quiz on using a form in VB 2005 express. I have four sets of questions and answers (labels and radio buttons) and I change between which set of questions is currently shown on the form by changing the visible state of the radio buttons and labels utilising back and next buttons. E.g. Next button makes current radio...
4
2507
by: Blasting Cap | last post by:
I have a page that has a number of radio buttons that will be displayed to different access levels of a user who logs in to my website. For instance, if there are a dozen buttons, user1 will see all twelve. User2 would see buttons 1-3,10-12 and NOT any others, and so on. Since there are several buttons on the page (each one would run a...
2
2189
by: remya1000 | last post by:
hai i'm using Vb.net. i'm creating 64 dynamic created buttons of 8 rows and 8 columns. And i have 1 Go button, 1 textbox. those were created dynamically. if i enter one number inside textbox and hit Go Button, then it checks corresponding Database and display buttons on page. and inside Database i have a field called Item, that tells the button...
0
7604
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7916
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8117
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7660
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6275
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3631
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2101
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1207
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.