PDA

View Full Version : Multiple questions...


ionsurge
08-16-2002, 08:05 PM
My site is www.ionsurge.com (http://www.ionsurge.com) , and I have designed what is there so far.

That link would or should take you to the main page, which gives the general gist of what it will look like.

BUT if you go to http://www.ionsurge.com/indexac.html, you will see the site as it will be possibly when I open it for all to view with the menu and all that.

1) Unlink many many other sites, well almost all of them, this place is intended to be completely free, and ad free, and pop-up free too. So I expect a lot of visitors, and I need to do something about the top, in that the box is in a frame, and I cant get the link to work, without generating a pop-up that boxer_1 suggested in a previous post a few weeks ago. I have unlimited bandwidth and webspace literally, and do not mind, but the thing is that everyone else who visits would. If I dont use frames, it will take much longer to load, and I would have to upload several of the swf files into all the directories and that.

2) Also, the menu in http://www.ionsurge.com/indexac.html, disappears when you press back for some reason, so I need another one... can anyone please let me know of any urls to some good ones?

3) I want to know if anyone knows how I can save a whole website to my hard drive so I can view it completely offline. Being a graphical site, it has a lot, and this is why I want to do this. I have tried synchronizing the site, but that still needs it to be connected to the internet, and I have saved the site via "File -> Save As", but that does not work either. Any suggestions for that?

I need help. All suggestions and comments about and for my site are welcome.

I thank you all.

redhead
08-16-2002, 08:10 PM
i like that design. the only thing is that its too wide for my 800*600,,,

ionsurge
08-16-2002, 08:12 PM
Sorry about that, but I wanted it to be intended for those who had 1024 x 768 +. I just thought no one would have a 800 x 600 res... sorry I will do some sort of redirect for that I guess...

redhead
08-17-2002, 04:55 PM
Originally posted by ionsurge
I just thought no one would have a 800 x 600 res...
erm... well take a look at these two links...

http://www.clienthelpdesk.com/statistics_research/average_screen_resolution.html
http://www.w3schools.com/browsers/browsers_stats.asp

i make it around 50%...

ionsurge
08-17-2002, 06:50 PM
I guess I had better do something about it.

Tonz
08-18-2002, 09:21 PM
As a good starting point...

e-mail the author of the menu and ask how to correct the "back" problem.

I guess you would need to put their name back into the following "no right click protected code"..

*********************************
<script type='text/javascript'>
function Go(){return}
</script>
<script type='text/javascript' src='menu.js'></script>
<script type='text/javascript' src='menucommands.js'></script>
</font></strong></p>
<noscript>
<p><strong><font size="2" face="Arial, Helvetica, sans-serif"> Please use IE5+
or NS6 +, and a resolution of at least 1024 x 786, to view this site properly
</font></strong></p>

</noscript>

***************************


I think the "target" function is here somewhere...


*****************************************

function ClcTrgt(){
var TLoc=Nav4?FrstLoc.document.layers[TargetLoc]:DomYes?FrstLoc.document.getElementById(TargetLoc):FrstLoc.document.all[TargetLoc];
StartTop=M_StrtTp;
StartLeft=M_StrtLft;
if(DomYes){
while(TLoc){StartTop+=TLoc.offsetTop;StartLeft+=TLoc.offsetLeft;TLoc=TLoc.offsetParent}}
else{ StartTop+=Nav4?TLoc.pageY:TLoc.offsetTop;StartLeft+=Nav4?TLoc.pageX:TLoc.offsetLeft}}


**********************************


As far as saving the whole site to your hard drive, everything is in the same directory, so upload into a single folder one file at a time. Though, I know nothing about php, I don't know if you need a server to run it?!?!?


Good luck

Tonz

P.S. I like the design also

ionsurge
08-19-2002, 01:05 PM
I do not understand what you said about the target bit in your reply.

Also as you may have noticed the menu is from dynamicdrive, and I emailed the author, and have yet to recieve a reply, so far it has been four months and just over five days I think since. I have emailed the author several times, so I guess it may be a fake I just dont know. I have emailed dynamicdrive, but their inbox is always full so the email I guess does not get sent.

I may I guess just use a new menu

Concerning:

I guess you would need to put their name back into the following "no right click protected code"..

*********************************
<script type='text/javascript'>
function Go(){return}
</script>
<script type='text/javascript' src='menu.js'></script>
<script type='text/javascript' src='menucommands.js'></script>
</font></strong></p>
<noscript>
<p><strong><font size="2" face="Arial, Helvetica, sans-serif"> Please use IE5+
or NS6 +, and a resolution of at least 1024 x 786, to view this site properly
</font></strong></p>

</noscript>

***************************

That is not the no rightlick menu, and it was not from dynamicdrive.com nor anyother freescript site. I paid for it to be written for me at a cgi-script site.

Thanx all for your help and support.