Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

firefox issue with my code
The below code is included on and upload page I have, it work perfectly in
IE but for some reason the upload button doesn't show up in Firefox, any
idea?
<form action="upload.php" method="post">

<LEGEND>Select the number of files to upload</LEGEND>
<br><br><select name='num'>
<?php
for($i = 1; $i <= 20; $i++)
{
echo "<option value=".$i.">".$i."</option>";
}
?> 
<input type="Submit" value="Upload Files">
</form>



Report this thread to moderator Post Follow-up to this message
Old Post
aznFETISH
04-11-05 08:56 PM


Re: firefox issue with my code
aznFETISH wrote:
> The below code is included on and upload page I have, it work perfectly in
> IE but for some reason the upload button doesn't show up in Firefox, any
> idea?
> <form action="upload.php" method="post">
>
>   <LEGEND>Select the number of files to upload</LEGEND>
> <br><br><select name='num'>
>  <?php
> for($i = 1; $i <= 20; $i++)
> {
> echo "<option value=".$i.">".$i."</option>";
> }
> ?> 
> <input type="Submit" value="Upload Files">
> </form>
>
>

You haven't closed the <select> element.

--
Oli

Report this thread to moderator Post Follow-up to this message
Old Post
Oli Filth
04-12-05 08:56 AM


Re: firefox issue with my code
"aznFETISH" <news@aznfetish.com> schrieb im Newsbeitrag
news:BBw5e.36503$Pc.13724@tornado.tampabay.rr.com...
> <br><br><select name='num'>
>  <?php
> for($i = 1; $i <= 20; $i++)
> {
> echo "<option value=".$i.">".$i."</option>";
> }
> ?> 
</select>
> <input type="Submit" value="Upload Files">
> </form>
>
>
As Oli said, you have to close the <select> tag. If you run Firefox anyway,
you could try its "HTML-Validator" Extension. It shows you errors in your
code at a glance at your status bar, a double click gives you all the
explanations. Really handy :-)

Hope, this helps
Rolf



--
-----------------------------------------------------
Please reply to newsgroup only
Bitte nur in Newsgroup antworten



Report this thread to moderator Post Follow-up to this message
Old Post
Rolf Zuerrer
04-13-05 08:56 PM


Re: firefox issue with my code
"Rolf Zuerrer" <oceglok@hotmail.com> kirjoitti
viestissä:3c55tjF6fhgasU1@individual.net...
> "aznFETISH" <news@aznfetish.com> schrieb im Newsbeitrag
> news:BBw5e.36503$Pc.13724@tornado.tampabay.rr.com... 
> </select> 
> As Oli said, you have to close the <select> tag. If you run Firefox
> anyway,
> you could try its "HTML-Validator" Extension. It shows you errors in your
> code at a glance at your status bar, a double click gives you all the
> explanations. Really handy :-)
>

Is there a similar to detect javscript flaws? I've got one totally bizarre
which occurs only in Firefox and I've tried my best to find it. Now I'm
almost certain that it just hates me.



Report this thread to moderator Post Follow-up to this message
Old Post
Kimmo Laine
04-14-05 01:55 AM


Re: firefox issue with my code
Kimmo Laine wrote:
> "Rolf Zuerrer" <oceglok@hotmail.com> kirjoitti
> viestissä:3c55tjF6fhgasU1@individual.net...
> 
>
>
> Is there a similar to detect javscript flaws? I've got one totally bizarre
> which occurs only in Firefox and I've tried my best to find it. Now I'm
> almost certain that it just hates me.
>
>
The Web Developer's toolbar plug-in has a Javascript console that
indicates errors and warnings.

https://addons.update.mozilla.org/e...?numpg=10&id=60

--
Oli

Report this thread to moderator Post Follow-up to this message
Old Post
Oli Filth
04-14-05 01:55 AM


Re: firefox issue with my code
"Oli Filth" <catch@olifilth.co.uk> wrote in message
news:kkg7e.21247$il.11856@newsfe5-win.ntli.net...
> Kimmo Laine wrote: 
> The Web Developer's toolbar plug-in has a Javascript console that
> indicates errors and warnings.
>
> https://addons.update.mozilla.org/e...?numpg=10&id=60
>


That's great! Solved the problem in two minutes after installing that.
That's just great! The problem was: I had a variable named float, which Fx
concidered as reserved and therefore refused to execute the code. Getting a
bit offtopic here, but the toolbar is just great. I don't mean just for the
javascript console, because there's all sorts of code highlighting and such.
What a wonderful wonderful tool. Thanks for the link!

--
Welcome to Usenet! Please leave tolerance, understanding
and intelligence at the door. They aren't welcome here.
eternal piste erection miuku gmail piste com



Report this thread to moderator Post Follow-up to this message
Old Post
Kimmo Laine
04-14-05 01:55 PM


Re: firefox issue with my code
On Thu, 14 Apr 2005 09:26:00 +0300, Kimmo Laine wrote:

> That's great! Solved the problem in two minutes after installing that.
> That's just great! The problem was: I had a variable named float, which Fx
> concidered as reserved and therefore refused to execute the code.

I'm assuming you're talking JavaScript here, cause PHP gets executed on
the server, not the browser.

La'ie Techie



Report this thread to moderator Post Follow-up to this message
Old Post
LÄÊ»ie Techie
04-30-05 01:55 PM


Re: firefox issue with my code
"La?ie Techie" <laie@win_remove_get_nospam_solutions.com> kirjoitti
viestissä:1114851272. b8166a6a78113412415fa27cfdf2c1e0@teranew
s...
> On Thu, 14 Apr 2005 09:26:00 +0300, Kimmo Laine wrote:
> 
>
> I'm assuming you're talking JavaScript here, cause PHP gets executed on
> the server, not the browser.


Had you read the entire message including quotes, you'd know I was indeed
referring to JavaScript which you so cleverly pointed out.

--
"I am pro death penalty. That way people learn
their lesson for the next time." -- Britney Spears

eternal.erectionN0@5P4Mgmail.com



Report this thread to moderator Post Follow-up to this message
Old Post
Kimmo Laine
04-30-05 08:56 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

PHP Language archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 07:06 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.