Reply LinkBack Thread Tools Search this Thread
Old 06-07-2004, 18:47   #41 (permalink)
strawbleu
Senior Member
 
strawbleu's Avatar
 
Join Date: May 2004
Location: Leeds, UK
Posts: 273
Send a message via MSN to strawbleu
oh, the cynicism of youth.
__________________
Jon Eland :: StrawBleu
Web evangelist, photographic imagemaker and all-round good egg.
  Reply With Quote
Old 06-07-2004, 20:06   #42 (permalink)
kujoe
Registered User
 
Join Date: Jul 2004
Location: Central Texas
Posts: 9
Send a message via AIM to kujoe Send a message via MSN to kujoe Send a message via Yahoo to kujoe
Just comment it out in the HTML, it'll still work. That's the easiest way. Like so:

Quote:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Documentation Audit</title>
<meta http-equiv="Content-Type" content="text/xml; charset=iso-8859-1" />
<link href="allstyle.css" rel="stylesheet" type="text/css" />
<!-- <script type="text/javascript">
<!-- Begin
var NS4 = (document.layers);
var IE4 = (document.all);

var win = this;
var n = 0;
http://www.thewebmachine.com/
theWebMachine - Your guide through Adobe WebCollection!
function findInPage(str) {
var txt, i, found;
if (str == "")
return false;
if (NS4) {
if (!win.find(str))
while(win.find(str, false, true))
n++;
else
n++;
if (n == 0) alert(str + " was not found on this page.");
}
if (IE4) {
txt = win.document.body.createTextRange();
for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {
txt.moveStart("character", 1);
txt.moveEnd("textedit");
}
if (found) {
txt.moveStart("character", -1);
txt.findText(str);
txt.select();
txt.scrollIntoView();
n++;
}
else {
if (n > 0) {
n = 0;
findInPage(str);
}
else
alert(str + " was not found on this page.");
}
}
return false;
}
// End -->
</script> //-->
</head>
  Reply With Quote
Old 07-07-2004, 04:00   #43 (permalink)
blazedesigns
Senior Member
 
blazedesigns's Avatar
 
Join Date: Mar 2004
Location: Somewhere you can't find me
Posts: 101
Quote:
Originally Posted by kujoe
Just comment it out in the HTML, it'll still work. That's the easiest way. Like so:

We already fixed that part, cheers neway.

The bit I/we can figure out is:

<form name="search" onsubmit="return findInPage(this.string.value);">
<input name="string" type="text" size="25" onChange="n = 0;" />
<input type="submit" value="Find Document" />
</form> </div>

there has to be an 'action' attribute to make it xhtml transitional but it flaws the script when one is put in;
__________________
To recover from my internet addiction I will eat breakfast with a knife and fork and not with one hand typing.
  Reply With Quote
Old 07-07-2004, 04:40   #44 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,469
Quote:
Originally Posted by blazedesigns
Used google before u sed ad didnt find anything so I thought i'd ask some experienced designers - better go find some.
Yes. Better fuck off then.
  Reply With Quote
Old 07-07-2004, 05:06   #45 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,200
Quote:
Originally Posted by sleepingfish
Yes. Better fuck off then.
I agree.

No experienced designers here. A few established ones though if I remember rightly.
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 07-07-2004, 05:10   #46 (permalink)
blazedesigns
Senior Member
 
blazedesigns's Avatar
 
Join Date: Mar 2004
Location: Somewhere you can't find me
Posts: 101
Quote:
Originally Posted by sleepingfish
Yes. Better fuck off then..

Quote:
Originally Posted by smallbeer
I agree.

No experienced designers here. A few established ones though if I remember rightly.

You really took that to heart didnt you.
__________________
To recover from my internet addiction I will eat breakfast with a knife and fork and not with one hand typing.
  Reply With Quote
Old 07-07-2004, 05:14   #47 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,200
Quote:
Originally Posted by blazedesigns
You really took that to heart didnt you.
the problem's in your attitude. as if we're here for the sole purpose of answering your questions when you demand.

a few manners go far sometimes. unless it's me speaking ofcourse, you little prick.
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote
Old 07-07-2004, 05:18   #48 (permalink)
blazedesigns
Senior Member
 
blazedesigns's Avatar
 
Join Date: Mar 2004
Location: Somewhere you can't find me
Posts: 101
Quote:
Originally Posted by smallbeer
unless it's me speaking ofcourse, you little prick.

You're not setting me a very good example. I'm at that vulnerable age.
__________________
To recover from my internet addiction I will eat breakfast with a knife and fork and not with one hand typing.
  Reply With Quote
Old 07-07-2004, 05:20   #49 (permalink)
Bill Posters
trouble free and loverlee
 
Join Date: Mar 2003
Location: YooKay
Posts: 2,933
Ladies, please. Put the handbags away.
  Reply With Quote
Old 07-07-2004, 05:24   #50 (permalink)
blazedesigns
Senior Member
 
blazedesigns's Avatar
 
Join Date: Mar 2004
Location: Somewhere you can't find me
Posts: 101
Quote:
Originally Posted by Bill Posters
Ladies, please. Put the handbags away.

Sorry,








(im improving)
__________________
To recover from my internet addiction I will eat breakfast with a knife and fork and not with one hand typing.
  Reply With Quote
Old 07-07-2004, 07:04   #51 (permalink)
cam
vague™
 
cam's Avatar
 
Join Date: Mar 2004
Location: Glasgow
Posts: 5,512
As someone mentioned .. a page or so ago .. isn't your task best suited for server-side scripting here? Best tools for the job and all that.

And smallbeer has a point about your attitude, remember it's you that can't do this, no reason to take out your frustration on those you're asking for help.
__________________
  Reply With Quote
Old 07-07-2004, 07:54   #52 (permalink)
blazedesigns
Senior Member
 
blazedesigns's Avatar
 
Join Date: Mar 2004
Location: Somewhere you can't find me
Posts: 101
Quote:
Originally Posted by i_am_cam
no reason to take out your frustration on those you're asking for help.

When did I do that?
__________________
To recover from my internet addiction I will eat breakfast with a knife and fork and not with one hand typing.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8