Jump to content

Elmacik

Members
  • Posts

    17
  • Joined

  • Last visited

Elmacik's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Umm.. Sorry because I got your previous message wrong.Because I want to make it available for the browsers. (Just like viewing with installed fonts..)Thanks though, I learnt too many
  2. Thanks for the answers,But I didnt myself write the above codes. The codes I gave above are completely copied from "www.w3.org"F-Man,Maybe I am doing it right way, but the document still shows up with default fonts :-\
  3. Hi folks,I am willing to use a non-existing font in the user agent. How can I make the client user agent to auto-download my font and view the page with that?Is there a way by coding? Or the agent will automatically get it if it cant find?This is what I found in w3.org : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><HTML> <HEAD> <TITLE>Font test</TITLE> <STYLE TYPE="text/css" MEDIA="screen, print"> @font-face { font-family: "Robson Celtic"; src: url("http://site/fonts/rob-celt") } H1 { font-family: "Robson Celtic", serif } </STYLE> </HEAD> <BODY> <H1> This heading is displayed using Robson Celtic</H1> </BODY></HTML> Is this exactly what I mean? I tried bu no luck..And what does @, # mean in CSS coding?
  4. Haha MadPotato, you are still better than me :)btw, its ok to use iframes or objects instead of setting an html page as background of the table cell...Thanks to all for help
  5. thanks for the answers,1- If you put one form into another, the second one doesnt work. Actually it works, but for the form 1 I mean form2's submit button submits the form1...How I found a solution? Here:<form> blah blah <form> blah blah <form> blah blah </form> </form></form>this way I put an extra third form. 1st and 3rd works, but 2nd doesnt.(In deed, to put a form into another is not allowed and it screws up)2- I will look for iframes, thanks :(3- look at here please
  6. actually, i have 3 questions. but i didnt want to make a mess by opening 3 threads for little questions.1- is there a way to make it possible to place one form into another?2- is there a way to make frames work inside tables?3- is there a way to set a <td> background to a page? (and not a color or image)note: i know these are not possible in normal ways. but i really need at least one of them....story: i need to place a form into another. but form cannot take place in other forms, i wanted to put a frame instead of putting the form directly. but frames cannot take place in tables, i wanted to make it a <td> background, but couldnt. i must do in either waythanks in advance
  7. thanks a lot MadPotato.and sorry for my english. its been 6 years finished the course and as a result, i forgot nearly everything.let me turn back to the Post #7 and Post #8 that are sent by you.can we use this:document.forms.form1name.submit();to submit a form?and can i attach two functions to one button? (offtopic question)and take it easy if we cant figure out, thanks for the effort.. thanks a loteditjust for a referance,i learn from some friend, he used vars and getElementById to chage the file name attributes and forum actions for each form. it works very well.thanks for your effort too.and the above 2 questions are still alive and unanswered
  8. well then i must say we deviated out of our aim.my aim was to put the three sites in a select box.its of course very easy to write all of them a seperate form script. :)and since action will act for example like this: /upload.php?file=archive.zipnames matter i think
  9. hmm... well i am neither Brazilian, nor Portugese or nor Spanish :)MadPotato, thanks a lot for your help, but my head really went rubbish.I confused everything.Of course i have the form codes. (like index.php of your example)but this is the point i cant figure out,there will be three of forms. all they have different actions and different file name attributes (<input type=file name=something>)so, using one form IMO wont work for all three of them as they wont accept the same name attribute.
  10. Elmacik

    ASP vs PHP

    i honestly and wholeheartedly recommend php
  11. muchas gracias :)thanks a lot MadPotato..i couldnt make it work though. i am really very bad at coding.in your opinion, in the last examples you gave, what should i use for here in example 1 of yours: here goes the code to submit form 1and in here, in example 2 of yours? ://Here comes the code to upload to server 1
  12. yes thats what i exactly want.a select box with a file input and a submit button.when someone select a local file, and selects a site from the list and clicks the button, that file will be uploaded to the selected site.(yes, sites have upload actions)
  13. thanks for reply.yes this is possible, but i meant to use position attributes to determine an x and y position for the part that i want to view
  14. how can i set a select box item to open a window with the desired width/height and showing the desired coordinates of the opening page in that window?i mean, i will define the height and width of the window that will open. (with no scrollbars, no addressbar, no menubar.)of course there will be a page opening in this window. but, i dont want to view the beginning of the page, i want to view some specific coordinates.how can i do that?i beg your help, thanks in advance
×
×
  • Create New...