Jump to content

METOOTECH

Members
  • Posts

    45
  • Joined

  • Last visited

METOOTECH's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. It works great Scotty ..... any way to make it inline code?????
  2. It works great, through 1 run through, is there any way to get it to switch back and forth between the 2 images each time it's moused over?? thanks for you help!...... METOOTECH
  3. No guy, it didn't work and neither did this.....onmouseout="setTimeout('this.src(\'SUNSPOT1B.jpg\')', 5000)">Hummm, any way to code the function inline??
  4. Hi, I was wondering how do you code a timed delay mouseout? Here is some code examples that I tried that didn't work.... METOOTECH<img id="ads2" src="http://www.knifeknives.com/ba/backs-logos/SUNSPOT1B.jpg"'>http://www.knifeknives.com/ba/backs-logos/SUNSPOT1B.jpg" height="130" width="130" border="0" onmouseover="this.src='http://www.knifeknives.com/ba/backs-logos/DARKSTAR2.jpg'" onmouseout="setTimeout('this.src=(http://www.knifeknives.com/ba/backs-logos/SUNSPOT1B.jpg)', 5000)"><img id="ads2" src="http://www.knifeknives.com/ba/backs-logos/SUNSPOT1B.jpg"'>http://www.knifeknives.com/ba/backs-logos/SUNSPOT1B.jpg" height="130" width="130" border="0" onmouseover="this.src='http://www.knifeknives.com/ba/backs-logos/DARKSTAR2.jpg'" onmouseout="setTimeout(5000); this.src='http://www.knifeknives.com/ba/backs-logos/SUNSPOT1B.jpg'">
  5. Hi, me again..... This is not really a rollover but an image switch... I was wondering if after you switch images with a simple inline mouseover if you could switch back to the first image with an inline 2nd mouseover. Actually I would like it to switch back and forth between 2 images with each mouseover using just inline javascript. Now, I'm not talking about switch back with a mouseout, just mouseovers. Is this possible? Any help is appricated very much..... "thinking outside the box" METOOTECH THE CODE:<img id="ads2" src="http://www.knifeknives.com/ba/backs-logos/SUNSPOT1B.jpg" height="130" width="130" border="0" onmouseover="this.src='http://www.knifeknives.com/ba/backs-logos/DARKSTAR2.jpg'">OR...<aonmouseover="ads1.src='http://www.knifeknives.com/ba/backs-logos/DARKSTAR2.jpg'"><img id="ads1" src="http://www.knifeknives.com/ba/backs-logos/SUNSPOT1B.jpg" height="130" width="130" border="0" /></a>p.s. This is the code for just the first switch, couldn't figure out how to switch back, let along how to switch back and forth...Believe it or not, I do figure out 95% of my problems with code myself!
  6. This asp capture script is not exactly what we are looking for but it's a step in the right direction.... maybe it can be modified??? METOOTECHi got the code here: http://64.39.14.230/dh-asp/view.aspThis is the website responsible for the link i posted above - http://www.websupergoo.com/abcdrawhtml-1.htmTHE CODE:<HTML><HEAD><link rel="stylesheet" href="mystyles.css" type="text/css"></HEAD><BODY><form name="form1" method="post" action="view.asp"><table border="0" cellspacing="3" cellpadding="3"> <tr> <td><input type="image" name="image" src="image.asp?url=http%3A%2F%2Fwww%2Egoogle%2Ecom&w=400&h=300&sw=800&sh=600&sl=0&st=0" width="400" height="300"></td></tr><tr><td><hr></td></tr><tr><td> Click on the image to zoom in. Change the URL to preview other web pages.</td></tr><tr><td> URL <input type="text" name="url" value="http://www.google.com" size="80"></td></tr><tr><td> % Scale <input type="text" name="scale" value="50" size="8"> Center X <input type="text" name="x" value="400" size="8"> Center Y <input type="text" name="y" value="300" size="8"> <input type="submit" name="" value="Apply"> <input type="submit" name="reset" value="Reset"> </td></tr></table></form></body></html>
  7. Well, I think I have been thinking wayyyyyyy outside the box on these posts... Safarotest is obviously a server side program, and it works great.... So I guess I'll let them make the jpg captures of the web pages and I'll copy the thumbs to a file and resize... saves me from doing it in photo shop! Thanks for the link to Aafaritest Scotty... I told you that you were a GENIUS metootech
  8. I use Notepad, if you know what you are doing then this is all you need... the secret to Notepad is to use a font style and size that's easy to read... I use Verdana with bold and size 11 and blank lines between code blocks with hidden notes where necessary such as nesting tables... <!--table 1 start--> code and text <!--table 1 end--> I've tried the other editors & Notepad2, and find all the buttons and colored code distracting... but that's just me.... I say if it works for you then use it! METOOTECHAlso, Notepad2 doesn't handle long lines, large files or opening multi Notepad2 windows very well.
  9. Hi, I was wondering if there is an easy short way to create a thumbnail of a web page to use as an anchor.... of course one without the page header, footer and scroll bar, just the page. The webtv I used a bunch of years ago stored thumbnails of web pages or mini web pages as links in their favorites pages. Yeah, I know you can capture or print the screen and use photo shop to crop and resize it to a thumbnail, but I was thinking that there mignt be a way to do it with code of some sort??? LMK........ METOOTECHP.S. The ones on webtv were static, they were captures and did not change as the page was changed... you had to delete it and re-save to change the thumbnail. When I first got Windows XP, the PC html files were mini pages that were live, but after installing Servicepac2 this feature was removed, they say for security... what a loss it was for me finding files, now I have to read the file title text under the blue IE icon...
  10. Thanks for trying! .... I have edited the original code I first posted to include internet photos (mine) so anyone working on this won't have to plug in their own photos, like you suggested Seems wierd, W3 and Microsoft (HTML + Time) are pushing this code and no ones seems to know much about it Oh well, maybe someone else here knows some JS or SMIL code to point or loop it back up to restart... METOOTECH
  11. Sorry mr. scott, I'm new here and don't know the ropes yet... I'll heed your suggestions.....SMIL needs a player to see... IE has it built in on later browsers, other browser must down load the player, which shouldn't be a big deal for anyone... I had to down load JS and Flash to see that code... IF a browser such FF or Opera doesn't have downloaded, the the photo should just load the normal way... only IE will see the fancy loading....The problem here as I see it is once the photo switch has been made, how do you loop back up to the SMIL transition code to restart it for the new photo???Again sorry for dumbness on the pics... METOOTECH...
  12. You can lay out a tableless page just using fieldset, div, and CSS especially if you nest the fieldsets, but it's harder than tables and you can use CSS positioning to make it easer..... but what's the point unless you are a page designer trying to do it the new way... the average person viewing it will never know the difference, and doesn't care... they are interested in what you got or what you are selling or what info they need... also animated gifs, flash, etc. is usually annoying and distracting after you have seen it a couple of times and animation is for gaming and turns people off who are trying to get information or buy products... You have got to ask yourself, what are my goals... sell things, informing people or to show off your programing skills.... Unless you are gaming, try to think of the Internet as a new form of magazine catalog, or newspaper with the ability to write and change things quickly and stop thinking of it as television or dvd... METOOTECH
  13. Hi again, well here's one that's "Texas Tough".... Using some SMIL transition code with the HTML, CSS & JS code for a photo switch with fancy photo wipe in... the initial photo wipes in right, but when you switch photos, they don't wipe in at all, just load normally. I know this is not a javascript problem, but JS might fix it... what do you think. Or can it be fixed? METOOTECHHERE'S THE CODE:<html xmlns:t="urn:schemas-microsoft-com:time"><?import namespace="t" implementation="#default#time2"> <head><style>.t {behavior:url(#default#time2);}</style></head><body><style> input{width: 60px; height: 45px;} </style><div id="d1" class="t"><t:transitionfilter targetelement="pic1" type="ellipseWipe" begin="pic1.begin" dur="4s" /><img id="pic1" class="t" src="http://www.knifeknives.com/ba/backs-logos/GIZMO1B.jpg" width=350 height=263 /><br></div><input id="ip1" type="image" src="http://www.knifeknives.com/ba/backs-logos/GIZMO1B.jpg" hspace="0" vspace="5" onmouseover="pic1.src=this.src"><input id="ip2" type="image" src="http://www.knifeknives.com/ba/backs-logos/TEXAS-SELLER1.jpg" hspace="0" vspace="5" onmouseover="pic1.src=this.src"><input id="ip3" type="image" src="http://www.knifeknives.com/ba/backs-logos/EBAYAUCTIONS1.jpg" hspace="0" vspace="5" onmouseover="pic1.src=this.src"><input id="ip4" type="image" src="http://www.knifeknives.com/ba/backs-logos/GIZMO-METOO1.jpg" hspace="0" vspace="5" onmouseover="pic1.src=this.src"><input id="ip5" type="image" src="http://www.knifeknives.com/ba/backs-logos/DARKSTAR3.jpg" hspace="0" vspace="5" onmouseover="pic1.src=this.src"><a style="cursor:hand; cursor: pointer; background-color: #ffffff;" onClick="d1.innerHTML; pic1.src='http://www.knifeknives.com/data/pics/tomahawk/AMP_XK-0603/A350R7.jpg';ip1.src='http://www.knifeknives.com/data/pics/tomahawk/AMP_XK-0603/A350R7.jpg';ip2.src='http://www.knifeknives.com/data/pics/tomahawk/AMP_XK-0603/B350R7.jpg'; ip3.src='http://www.knifeknives.com/data/pics/tomahawk/AMP_XK-0603/C350R7.jpg'; ip4.src='http://www.knifeknives.com/data/pics/tomahawk/AMP_XK-0603/D350R7.jpg';ip5.src='http://www.knifeknives.com/ba/backs-logos/DARKSTAR3.jpg';" onmouseover="this.style.backgroundColor='#ff0000'"onmouseout="this.style.backgroundColor='#00ff00'"> <br><font style="font-family: Arial; font-size: 16px; color: #000000"; onclick="this.style.color='#ffffff'"><b>Amp Tactical</b></font></a></font></body></html>
  14. Thanks, ....It will be part of an ebay "About Me" page where people can preview things that will go on auction sooner or later and also, they can email me and I will put it on auction "Buy it now" for them........ METOOTECH
  15. I plugged the code in and it works like a charm... the textarea tag didn't allow much text decoration. this does!..... as I said, this will go on eBay and only inline stuff makes past the "eBay Police" and their text editor.... and remember I'm trying to sell things here and presentation is important... "you ain't got a thing, if you ain't got that swing" .... I know.... I'm talking to myself... :)Much thanks for your help, so far! .... From "across the pond" .... METOOTECH
×
×
  • Create New...