Legion of Steel Forums  

Go Back   Legion of Steel Forums > Legion of Steel Forums > Technical Discussion

Technical Discussion Talk about anything computer related here. Problems, new tech, etc.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 07-12-2006, 03:10 AM   #1 (permalink)
Banned
 
Rohanna's Avatar
 
Join Date: May 2006
Location: From NY live in Indy
Posts: 1,259
Send a message via MSN to Rohanna
HHHHHEeeeeeeewlp Me pweeese

Ok guys I been trying to fix up the events site again and fix those blasted links to make them work right but since I really know nothing about html i'm kind of at a loss. http://home.comcast.net/~legionofste...onofSteel.html

Issue 1) once viewing the news letter you cannot utilize IE's back button to go back to the main page. I tried many variations trying to fix it but it just will not work anymore. Here is the html code for the 4 links as it is listed on the editor. Calander, sign up and the Submit Newsletter work fine, just the blasted newsletter is giving me a headache.

<center><a href="/cgi-bin/CalView?owner=legionofsteel"><img src="http://home.comcast.net/~legionofsteel/CalanderWarrior.gif" border="0"</a><a href="http://home.comcast.net/cgi-bin/NLView?owner=legionofsteel"><img src="http://home.comcast.net/~legionofsteel/NewsletterWarrior.gif"border="0"></a><a href="/cgi-bin/ALEntry?owner=legionofsteel">
<img src="http://home.comcast.net/~legionofsteel/Signupwarrior.gif" border="0"></a>
<br><br> <br>

<center><a href="http://home.comcast.net/cgi-bin/NLEntry?owner=legionofsteel">
<img src="http://home.comcast.net/~hellspill/submitnews.gif" border="0"></a><br><br><br>



I'm also having issues with the picture link section..... I want to remove the "up one Level" or change it to back button but also had alot of issues getting it to look and work correctly.... here is the code for most of the picture links, I believe I highlighted the correct portion where that button shows up at. If anyone is a wiz at code please take a min to look at it and see if it something obvious. If you would like access to the html editor let me know I will send you the link and pass to get into it. Thanks much!


<TITLE>LOS WEBSITE PICS</TITLE>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<meta name="Keywords" content="photo album,gallery,photo gallery,digital,photo,gallery,online">

<link href="res/styles.css" rel="stylesheet">
<script language="JavaScript1.2" type="text/javascript">
<!--keyboard controls-->
var firstSlide="slides/conanmap.html?show_param=3";
function keypress(e){
if(!e) var e = window.event;
if(e.keyCode) keyCode=e.keyCode; else if(e.which) keyCode=e.which;
switch(keyCode) {
case 8: window.location="../index.html"; return false; break;
case 63235: case 39: window.location="index2.html"; return false; break;

case 63273: case 36: window.location="index.html"; return false; break;
case 63275: case 35: window.location="index2.html"; return false; break;

case 13: if(firstSlide!=null) window.location=firstSlide; return false; break;
}
return true;
}
function keypresslistener() {
if(document.all) { document.onkeydown = keypress; }
else if(document.layers || document.getElementById) { document.onkeypress = keypress; }
}
up0 = new Image(31,31); up0.src = "res/up.gif";
up1 = new Image(31,31); up1.src = "res/up1.gif";
next0 = new Image(31,31);next0.src = "res/next.gif";
next1 = new Image(31,31);next1.src = "res/next1.gif";
prev0 = new Image(31,31);prev0.src = "res/prev.gif";
prev1 = new Image(31,31);prev1.src = "res/prev1.gif";

</script>
<style type="text/css">
</style>
</HEAD>

<BODY ID="index" onload="keypresslistener();">
<CENTER>
<TABLE style="height:54px;" cellspacing="0" cellpadding="0" border="0">
<TR><TD valign="middle">
<!-- Header with Multilevel index links for slide pages -->
<TABLE style="width:1444px;" cellspacing="0" cellpadding="0" border="0">
<TR>

<TD style="width:31px"><a href="../index.html" onmouseover="document.up.src=up1.src" onmouseout="document.up.src=up0.src"><img src="res/up.gif" width="31" height="31" border="0" title="Up one level" name="up" alt=""></a></TD>

<TD style="width:20px;"><IMG SRC="res/hdr_left.gif" border="0" alt=""></TD>
<TD align="left" valign="middle" style="background:url(res/hdr_mid.gif);" class="osxtitle" nowrap="nowrap">
<a href="index.html">LOS WEBSITE PICS</a>
</TD>
<TD style="width:20px;"><IMG SRC="res/hdr_right.gif" border="0" alt=""></TD>

<TD style="width:31px;">
<!-- Previous button -->
<IMG SRC="res/prev-disabled.gif" width="31" height="31" title="At first page" border="0" alt=""></TD>


<TD style="width:31px;">
<!-- Next button -->
<a href="index2.html" onmouseover="document.next.src=next1.src" onmouseout="document.next.src=next0.src"><img src="res/next.gif" width="31" height="31" border="0" title="Next page" name="next" alt=""></a></TD>


</TR></TABLE>
</TD></TR></TABLE>
<BR>

<TABLE style="width:1436px;" class="infotable" cellspacing="0" cellpadding="2">

<TR><TD align="center" valign="middle" class="smalltxt">
Page |<span class="current"> 1 </span>|<a href="index2.html"> 2 </a>|
</TD></TR>
</TABLE>
<BR>
Rohanna is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-12-2006, 07:57 AM   #2 (permalink)
Relax...
 
Torr's Avatar
 
Join Date: Dec 2005
Location: Philadelphia, PA, USA
Posts: 2,564
Yeah the back buttons work perfectly fine in Firefox. I tried IE and they don't work on the Newsletter page. I'm guessing the problem with the Newsletter has something to do with the frames you are using on that page. Can you re-do the page, and not use frames? It seems IE is having problems breaking out of the frame when you hit the back button.

As for the pics page, if you don't want that arrow to the left that moves you "up one level", simply remove it from your source. If you remove the links to the javascript function, it should get rid of it. It might mess up your layout though, but you can try it. Copy the source so you have it if you need to go back. Then looking n the fragment below, erase everything in your source I have colored:

function keypresslistener() {
if(document.all) { document.onkeydown = keypress; }
else if(document.layers || document.getElementById) { document.onkeypress = keypress; }
}
up0 = new Image(31,31); up0.src = "res/up.gif";
up1 = new Image(31,31); up1.src = "res/up1.gif";
next0 = new Image(31,31);next0.src = "res/next.gif";
next1 = new Image(31,31);next1.src = "res/next1.gif";
prev0 = new Image(31,31);prev0.src = "res/prev.gif";
prev1 = new Image(31,31);prev1.src = "res/prev1.gif";

</script>
<style type="text/css">
</style>
</HEAD>

<BODY ID="index" onload="keypresslistener();">
<CENTER>
<TABLE style="height:54px;" cellspacing="0" cellpadding="0" border="0">
<TR><TD valign="middle">
<!-- Header with Multilevel index links for slide pages -->
<TABLE style="width:1444px;" cellspacing="0" cellpadding="0" border="0">
<TR>

<TD style="width:31px"><a href="../index.html" onmouseover="document.up.src=up1.src" onmouseout="document.up.src=up0.src"><img src="res/up.gif" width="31" height="31" border="0" title="Up one level" name="up" alt=""></a></TD>

<TD style="width:20px;"><IMG SRC="res/hdr_left.gif" border="0" alt=""></TD>
<TD align="left" valign="middle" style="background:url(res/hdr_mid.gif);" class="osxtitle" nowrap="nowrap">
<a href="index.html">LOS WEBSITE PICS</a>
</TD>
<TD style="width:20px;"><IMG SRC="res/hdr_right.gif" border="0" alt=""></TD>

<TD style="width:31px;">
<!-- Previous button -->
<IMG SRC="res/prev-disabled.gif" width="31" height="31" title="At first page" border="0" alt=""></TD>






See if erasing those sections work. I can also try to edit the source myself if you have problems with it. Let me know.
__________________

Last edited by Torr; 07-12-2006 at 07:59 AM.
Torr is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-12-2006, 10:55 AM   #3 (permalink)
Banned
 
Rohanna's Avatar
 
Join Date: May 2006
Location: From NY live in Indy
Posts: 1,259
Send a message via MSN to Rohanna
Thanks bunches Torr, as for rewriting the the first page, please give me a guide link for flash so i can see what maybe I can teach myself with that. Might as well start from scratch on a road to better things if Im going to try and re-do it all... ya know whad Im saying playah? Maybe switching it from html to flash for those 3-4 links will make the problem dissapear on it's own. I'll try removing that code later tonight, it's now 1 pm and I havent slept yet...gah, and no I was'nt up all night just Warcrackin it..lol
Rohanna is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-13-2006, 06:06 PM   #4 (permalink)
Relax...
 
Torr's Avatar
 
Join Date: Dec 2005
Location: Philadelphia, PA, USA
Posts: 2,564
Flash isn't a programming language per se, though there's alot of commands you can put in it. To make flash, you need Macromedia Flash or a front end program. I wouldn't suggest you use Macromedia Flash, as it is a very difficult program to use effectively. It makes html seem like child's play. If you want to make things with flash, try a front end. I use a program called Swish Max... it makes flash sites really well, I love it. Of course, it costs money, but alot less money than most graphics programs. It still takes practice to master as well... I don't suggest it unless you're serious about learning how to make sites (however you can buy premade sites/templates for Swish where you plug stuff in).

Check out this site for ideas about the program if you're really interested. Don't buy just the "templates"... they are pre made sites to use with Swish, but if you don't have the main program the templates are useless.

http://www.swishzone.com/
__________________
Torr is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-15-2006, 03:42 PM   #5 (permalink)
Registered User
 
Hollister's Avatar
 
Join Date: Jun 2006
Location: NorCal
Posts: 459
Send a message via MSN to Hollister Send a message via Yahoo to Hollister
Torr is right. Flash is not something that is as easier to grasp as html. The scripting language use in Flash is Action Script. But its more used for high level of complexity and interaction in your Flash movies.

This is my favorite site: http://www.flashkit.com/index.shtml
Check out the movie section where you can actually download the source files to mod. You name it, banner ads, websites, games, anime, etc. its all ther for you to download. This will really help you out as a begginer.

Good Luck!
__________________
LEGION OF STEEL
Hollister is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -7. The time now is 06:34 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
.:: LegionofSteel.org © 2005-2008 ::.