about frameset, mail, and url request
Link |
by Atsuku(binku)
on 2008-02-11 21:22:39
|
1. /*self.location.href*/ that's for self move to other page. But how to make another page change from different page in frameset? Actualy not change, only refresh it with sending a GET variabel. So i hope like : target.location.href='target.php.htm?user=greto'. But it doesn't work =p. 2. Can somebody tell me the clear and on-target explanation about sending mail with php, and the usual beginner error, and the script? ^^ 3. Can i have the explanation about this concept that usually use for avatar request? and..... the script? ^^ |
Re: about frameset, mail, and url request
Link |
by
![]() |
1. what you mean by self move to other page? like making a link using html that will open in new tab and link you to a certain page? it thats what you mean then it should be: <a href="URL CODE HERE" target="new"> message of whatever you want to say for the link </a> note: the target="new" it will make a new tab for you that will direct you to the link you put on, so it'll be easy for you to see the page of the link in other tab than it'll be open in same tab and make you exit and enter the page. 2. I don't get it O.o; lolz let me check again if I know. 3. for the avatar and signature you use <img src="URL code"> and put that code in the nickname section on your edit profile then save it. usually url ends with .png, .jpg, .gif so if you see something that end with that you'll know right away that its a url and sometimes it called direct link on other image hosting site. the avatar max size is height: 25px width: 200px, and signature is height:100px width: 600px. and max file size for both is 100kb. just read the rules/FAQ for more information or the term of use below this page. well, thats all for now sorry for my poor explaination and understanding of your questions, but feel free to PM me here if you want to ask about something. And I'm not sure if I have answer your question since I'm not sure if I get your questions xD So yeah hope I did help even a little bit xP |
Re: about frameset, mail, and url request
|
1. the <a> / anchor tag is just like what miko-san explained. but i'm not sure this is what you want~ here's about the target spesification: target="_blank" is used to open the link in new window target="_top" is used to open the link in same window target="_self" is used to open the link in same iframe target="_parent" is used to open the link in parent frameset 2. sending mail with PHP? what do you mean, nee? do you mean posting? do you want to know the script of posting system? or do you want to know how to modify your post? 3. miko-san has explained it, nee~ |
Re: about frameset, mail, and url request
Link |
by Atsuku(binku)
on 2008-02-22 04:48:27
|
thx a lot for miko and kiseno, sorry i can't online for a long time >.< ummm.... i will create a new thread, hope u all can help me again ^^ |