![]() |
|
|||||||||
|
|||||||||
|
| Attention Visitor: |
| You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
||||||
| Discutii Generale In general despre Java. |
![]() |
|
|
Thread Tools | Moduri de afișare |
|
|
#1 |
|
32-Bit Member
|
Stiti ce comenzi javascript fac acelasi lucru ca si
1) Cod:
<?
include("test.php");
?>
Cod:
<?
if($test == "blablabla")
{
echo "blabla";
exit;
}
?>
Cod:
<meta http-equiv="refresh" content="0; url='test.php'"> Cod:
<? $test = "blablabla"; ?> |
|
|
|
| Sponsored Links |
|
|
#2 |
|
32-Bit Member
Data înregistrării: 10.05.2006
Mesaje: 167
Rep Power: 7 ![]() |
1) javascript include
2) Cod:
if (test == 'blablabla') document.write('blabla')
Cod:
window.location.href = 'test.php' Cod:
var test = 'blablabla' |
|
|
|
|
|
#3 |
|
32-Bit Member
|
Multumesc mult.
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Moduri de afișare | |
|
|