PHP, Javascript
#1

yo.
say, how can i write in new line, and how to create clickable url like this?
Code:
<script language="javascript" type="text/javascript">
alert('This is what an alert message looks like.');
</script>
Reply
#2

Code:
<a href="#" on‌click="alert()">link</a>
<script language="javascript" type="text/javascript">
function alert()
{
    alert('This is what an alert message looks like.')
}
</script>
This has nothing to do with PHP though, just HTML/JS.
Reply
#3

so either how create like up window, but much less like a IPB, where be a pics, etc.?
Reply
#4

I suggest you look into the language a bit more before attempting more advanced things. Learn the basics then attempt this.
Reply
#5

look, its off job for one project.
Reply
#6

Well, learn the job for the one project then you can use it again. Don't expect to be spoon fed everything in life. Learn from reading articles and finding out for yourself in stead of relying on other people. If you need help after attempting then ask here or stackoverflow etc..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)