; code is parsed on the server. The script tags, however, are parsed by
> the browser's JS engine, and are unrelated to PHP.
>
> On Tue, Dec 29, 2009 at 11:25 AM, Mark K. Ayler Jr.
> wrote:
> > Alex,
> > Thanks so much. It does look a lot better...and looking through your
t; Firmware Version > th>
> > Software Version > th>
> >
> >
> >
> > > $i=0;
> > while ($i < $num) {
> > $host_name=mysql_result($result,$i,"host_name");
> > $device_type=mysql_result($result,$i,"device_type");
> > $firmware_version=mysql_result($result,$i,"firmware_version");
> > $software_version=mysql_result($result,$i,"software_version");
> > ?>
> >
> >
> >
> > ?>
> >
> > > $device_type; ?>
> > > =strstr($firmware_version, "\""); echo ($cleanstring); ?>
> > > =strstr($software_version, "\""); echo ($cleanstring1); ?>
> >
> >
> >
> >
> >
> > > $i++;}
> >
> > ?>
>
--
Mark K Ayler Jr.
CCNA, MCSE, NNCSS, OASIS.
Hi,
I'm tring to make a simple upload form similar like google has at it's
mail for the atachments. Everything is fine till I try to remove a
file fild that is added at the past with jquery. When I click at the
remove link it still redirects me :(. Can anyone tells me where I'm
wrong. Sorry about
On 9/30/08, Leanan <[EMAIL PROTECTED]> wrote:
> How can I make it so that when the user clicks the back button in
> their browser, this same thing happens, as I'll likely have people
> trying to click the back button instead of the back link on the "page"
> and then tell me it's broken. Is it
.unbind("hover") though.
On May 2, 2:26 pm, BlueCockatoo <[EMAIL PROTECTED]> wrote:
> Here's some info on how event binding works in
> jQuery:http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_st...
>
> But specifically you can use .hover() and .un
I have attached the hover event to a element and it works fine.
But how do I dynamically remove and add it again? Once it's working I
cant seem to find a way in javascript to stop it again. I've tried
calling 'hover' again on the same element with empty function
callbacks, but it doesn't seem to
6 matches
Mail list logo