Jump to content

cpugeek

Members
  • Posts

    229
  • Joined

  • Last visited

Posts posted by cpugeek

  1. i was wondering if there is anyway possible to have 2 vertical frames and one horizontal frame at the top? I have tried every possible way I can think of and i cannot get it working. Is there anyway to make this possible? any help is appreciated. thx for any help you can give me!

  2. no it was because my security was way to high and so it would block almost everything so i had to lower it a little bit. and for some reeson it was reset that is why it was not showing up.

  3. this should do the trick!all you have to do is add it in between the <head> tag and the </head> tag and it will work!

    <!-- Simply copy and paste it between <HEAD> and </HEAD> tags --> <script LANGUAGE="JavaScript" type="text/javascript"><!--var current = 0var x = 0var y = 0// The number 100 represents the wait in milliseconds // between the typing of each character in the message list.var speed = 100// The number 2000 represents the number of milliseconds // between the changing of each message (2 seconds, here). // Anywhere between 1500 and 5000 would be fine.var speed2 = 2000function initArray(n) {  this.length = n;  for (var i =1; i <= n; i++) {	this[i] = ' '  }}// This is Message-Number Arraytyp = new initArray(4)typ[0]="This is Message 1"typ[1]="Now it is Message 2"typ[2]="Oh yes, this is Message 3"typ[3]="Yea, this message, 4, is the last message (and it's the longest)"typ[4]="and if you want to add more messages just type them here along with a new number"typ[5]="Created by Austin Biggs"function typewrite() {var m = typ[current]// The _ can be removed by removing + "_" belowwindow.status = m.substring(0, x++) + "_"if (x == m.length + 1) {x = 0current++if (current > typ.length - 1) {current = 0}setTimeout("typewrite()", speed2)}else {setTimeout("typewrite()", speed)}}typewrite()//--></SCRIPT>

    and the reason the html tutorials dont have any thing about them is because it is javascript. and active-x will only pop-up locally not on the webedit: i know it isnt active x i was talking abut when you open it sbecause when you open the document up locally the active x bar pops-up and asks to block the content.

  4. no offense moridin. though you are right to an extent if you have the certificate they know you know what your talking about. especially if you get 95% or higher then you also get the certificate of appreciation. which would really make them trust you. just my opinion

  5. thanks, i have figured it out so forget about it for some reason my security was to high of a level and so it was blocking it so i just had to lower my settings from high to medium high and it showed up

  6. i am using a email form but when i put it on my page there is nothing there even though it is in the code. some1 told me that i have to install somethiing so any help?does anyone know?

  7. when the forum went down a couple days ago i couldnt get on and now that i can get on it has me listed as a newbie (i was an advanced member) and it has erased all of my posts! what happened?

  8. i am building a webpage and a picture is required in the tooltips. but i wasnt thinking and was lkike ohhhh i know that and realized how i used to do it doesnt work in html 4.1 so can anyone give me so help?

×
×
  • Create New...