The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Can't create a HTML PAGE ID document

2 posters

Go down

Solved Can't create a HTML PAGE ID document

Post by Uknown-Data September 25th 2010, 1:26 pm

Hello

I really need help with this, so please reply. Smile

The problem is, that I can't create a HTML PAGE ID with this code:
Code:
If you really want to learn ASP, is there some general questions there often are used: What is ASP? How does it works?
<br/><br/>
That's exactly those questions we'll take a look at in this lesson. It's very important that we understand the basic stuff about ASP, before we start with the actual coding.
<br/><br/>
<b>What is ASP?</b><br/>
As we just discovered means ASP Active Server Pages. We could also call it something like dynamic server documents.
<br/><br/>
ASP was developed by Microsoft and still is. ASP is actually not a standard, but more like a Microsoft technology. Also is it not a codinglanguage - but we can use a kind of scripting in our documents.
<br/><br/>
We could also say that ASP is a file, with a transmission .asp, that contains a combination of some HTML codes and scripts, there are settles by the webserver.
<br/><br/>
<b>How does it works?</b><br/>
We could explain it by compare it with some regular HTML. Try to imagine you write http://www.mysite.com/document.htm - that's what we call to request a HTML site. But if we then write http://www.mysite.com/document.asp (and then requesting a ASP document) will the server get a much bigger work to do.
<br/><br/>
In other words, that the server first read the ASP document through, to see if there a some work to do. First when the server had done what it takes, will the result be sent to the client. It's important to now that the client only sees the result and not the instructions.
<br/><br/>
That means if you chose view source, would you not see the ASP coding, but just regular HTML coding. You are not allowed to see how a ASP site is make, you have to learn it in other ways (like in a tutorial).
<br/><br/>
All right the first we need is a server. But that means that you DONT have to buy a new computer. You just need some software on you computer, which enables you to work like a server. You could also use a webhotel, were the server supports ASP.
When I try doing it, shows a message with red text up "pages_html" and nothing else. No page will show up.

Regards
Alex


Last edited by Uknown-Data on September 25th 2010, 2:17 pm; edited 2 times in total
Uknown-Data
Uknown-Data
Forumember

Male Posts : 66
Reputation : 0
Language : HTML/CSS/JS

Back to top Go down

Solved Re: Can't create a HTML PAGE ID document

Post by Guest September 25th 2010, 1:35 pm

What do you mean with Page ID? Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: Can't create a HTML PAGE ID document

Post by Uknown-Data September 25th 2010, 1:47 pm

Modules -> HTML page management Very Happy
Uknown-Data
Uknown-Data
Forumember

Male Posts : 66
Reputation : 0
Language : HTML/CSS/JS

Back to top Go down

Solved Re: Can't create a HTML PAGE ID document

Post by Guest September 25th 2010, 1:52 pm

If you can make a html and put and put a code in it, then try adding these tags:
Code:

<html>
<title></title>
<head></head
<body>
Content
</body>
</html>

I dont really know what the problem is Razz
avatar
Guest
Guest


Back to top Go down

Solved Re: Can't create a HTML PAGE ID document

Post by Uknown-Data September 25th 2010, 1:59 pm

Have tried that out, and it won't work. Smile

Well, when I've wrote my code (and in this case it is the two above mentioned codes) then I wish to press submit, so my page got saved and it goes official. But when I'm doing that shows a page up with a red text standing "pages_html" and nothing else. After that isn't my page saved.

But it's only with the two above codes it do stuff like that. I've created plenty of pages without things like that happened.

EDIT: One of the paged worked, but I can't still do anything with the other source.
Uknown-Data
Uknown-Data
Forumember

Male Posts : 66
Reputation : 0
Language : HTML/CSS/JS

Back to top Go down

Solved Re: Can't create a HTML PAGE ID document

Post by Guest September 25th 2010, 2:09 pm

I see i see: i deleted the last part of the first code and it worked Smile.
Code:

All right the first we need is a server. But that means that you DONT have to buy a new computer. You just need some software on you computer, which enables you to work like a server. You could also use a webhotel, were the server supports ASP.
avatar
Guest
Guest


Back to top Go down

Solved Re: Can't create a HTML PAGE ID document

Post by Sanket September 25th 2010, 2:12 pm

UD, you have the word buy in the complete content. Replace that word buy with something else & submit, it shall work then.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Can't create a HTML PAGE ID document

Post by Guest September 25th 2010, 2:14 pm

Nice one Sanket Wink.
avatar
Guest
Guest


Back to top Go down

Solved Re: Can't create a HTML PAGE ID document

Post by Uknown-Data September 25th 2010, 2:16 pm

Thanks! I'm truly thankfully to you both. Very Happy

Solved
Uknown-Data
Uknown-Data
Forumember

Male Posts : 66
Reputation : 0
Language : HTML/CSS/JS

Back to top Go down

Solved Re: Can't create a HTML PAGE ID document

Post by Sanket September 25th 2010, 2:20 pm

For your information guys, words such as buy, viagra, porn are censored by Forumotion hence we get that error.
porn
Since this thread appears to be solved, I will lock this thread and mark it as solved.
Can't create a HTML PAGE ID document 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum