Jump to content
  • 0

Back To Menu - L2Jfrozen


Question

Posted (edited)
Good evening personal MXC, I have the following doubt:

 

The mod raidinfo (to know if how long the boss will give respawn) has the htm made directly from the core as you know, I wanted to know how to have the line to put a "Back Menu" button in his html. Either after the player checks the respawns and clicks back to the other options of the .menu.

 

Can anybody help me?

 

An example of how the line is inside the core.

 

Ex:     tb.append("<html><title>Custom Boss Info</title><body><br><center><br>");

Edited by nortim

4 answers to this question

Recommended Posts

  • 0
Posted

Inspire yourself of any HTM "Go Back" or "Return" link.

11tood3.png
Yes, what I'm saying is that the return command that has in html does not work inside the core .. wanted to know how it would have to stay in line ..
 
 
To return to the menu I want, how to line to stay?
  • 0
Posted (edited)

Mate, check one line higher to see how to handle correctly " case. As a String begins and ends with "", and since your own bypass got some, then you end the String prematurely. Your append only recognize "<a action=" as a String, the other part is considered out of String because you didn't use \ character, similar to img src="" rewrote img src=\"\" one line above. Therefore you end with an error.

Edited by Tryskell
  • 0
Posted

Mate, check one line higher to see how to handle correctly " case. As a String begins and ends with "", and since your own bypass got some, then you end the String prematurely. Your append only recognize "<a action=" as a String, the other part is considered out of String because you didn't use \ character, similar to img src="" rewrote img src=\"\" one line above. Therefore you end with an error.

Thx bro! Work 100%! Resolved, locked topic.

Guest
This topic is now closed to further replies.


×
×
  • Create New...