dAivEd Posted June 30, 2008 Report Share Posted June 30, 2008 Ka var uztaisit ta, ka piemeram nospiežot pogu viņa pazuud vai paliek bez linka t.b. <a> </a> Link to comment Share on other sites More sharing options...
Alnis Posted June 30, 2008 Report Share Posted June 30, 2008 <? if(isset($_REQUEST[poga])) echo '<form><input type="submit" name="poga" disabled="disabled" value="poga"></form>'; else echo '<form><input type="submit" name="poga" value="poga"></form>'; ?> Link to comment Share on other sites More sharing options...
dAivEd Posted June 30, 2008 Author Report Share Posted June 30, 2008 <? if(isset($_REQUEST[poga])) echo '<form><input type="submit" name="poga" disabled="disabled" value="poga"></form>'; else echo '<form><input type="submit" name="poga" value="poga"></form>'; ?> Es laikam neta uzrakstiju! Man vajadziga tada darbiiba ar linku Link to comment Share on other sites More sharing options...
codez Posted July 1, 2008 Report Share Posted July 1, 2008 onclick="function(){this.style.display='none'}" Link to comment Share on other sites More sharing options...
Alnis Posted July 1, 2008 Report Share Posted July 1, 2008 Es laikam neta uzrakstiju! Man vajadziga tada darbiiba ar linku principā jau tas pats: <? if(isset($_REQUEST[poga])) echo '<u>bla bla bla</u>'; else echo '<a href="?poga=poga">bla bla bla</a>'; ?> Link to comment Share on other sites More sharing options...
Recommended Posts